summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-02 21:50:19 -0700
committerMichael Forney <mforney@mforney.org>2016-06-02 21:50:19 -0700
commitfee8300d1c30687b857c82f49da488ec2b6bd64b (patch)
treee833eda72271761ffbb1739142276be6d4535dd2 /core
parented648a2984030e9773d68f3c037c8da7e5abd890 (diff)
openbsd: Add fmt(1)
Diffstat (limited to 'core')
-rw-r--r--core/openbsd/gen.rc5
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