diff options
| -rw-r--r-- | core/openbsd/gen.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/openbsd/gen.rc b/core/openbsd/gen.rc index e74b5f6a..eb498486 100644 --- a/core/openbsd/gen.rc +++ b/core/openbsd/gen.rc @@ -30,3 +30,8 @@ for(man in pax tar cpio) file share/man/man1/$man.1 '$srcdir'/bin/pax/$man.1 644 exe yacc usr.bin/yacc/*.c '$outdir'/libbsd.a file bin/yacc '$outdir'/yacc 755 file share/man/man1/yacc.1 '$srcdir'/usr.bin/yacc/yacc.1 644 + +# fmt +exe fmt usr.bin/fmt/fmt.c +file bin/fmt '$outdir'/fmt 755 +file share/man/man1/fmt.1 '$srcdir'/usr.bin/fmt/fmt.1 644 |
