diff options
| author | Michael Forney <mforney@mforney.org> | 2019-10-26 21:48:17 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-10-26 21:48:17 -0700 |
| commit | 4154ce4dd0a88c9096ded3aaa78be8f468c6324a (patch) | |
| tree | 6ff7055fc849f3498e8fb3677a6c97c809be40e5 /pkg/openbsd/gen.lua | |
| parent | 3b073f5ad77a94468344c4d8d06f7e31ce1e9b4f (diff) | |
openbsd: Remove yacc in favor of byacc
Diffstat (limited to 'pkg/openbsd/gen.lua')
| -rw-r--r-- | pkg/openbsd/gen.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index 8e6f77ef..ab9578f8 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -109,12 +109,4 @@ sub('rsync.ninja', function() man{'usr.bin/rsync/rsync.1', 'usr.bin/rsync/rsync.5', 'usr.bin/rsync/rsyncd.5'} end) --- yacc -exe('yacc', [[usr.bin/yacc/( - closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c - skeleton.c symtab.c verbose.c warshall.c -) libbsd.a]]) -file('bin/yacc', '755', '$outdir/yacc') -man{'usr.bin/yacc/yacc.1'} - fetch 'local' |
