summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-14 21:37:36 -0700
committerMichael Forney <mforney@mforney.org>2016-06-14 21:37:36 -0700
commit05955bdf3fdc0f1a9b3be3f00a0d5ed8bd39267b (patch)
tree2388f4d4671ca9d115168041772f0099e0ebe2d4 /core
parent7953722a70eb097d869cd9f955ffc059d9bae2ce (diff)
openbsd: Sort tools
Diffstat (limited to 'core')
-rw-r--r--core/openbsd/gen.rc30
1 files changed, 15 insertions, 15 deletions
diff --git a/core/openbsd/gen.rc b/core/openbsd/gen.rc
index 6c9c0b4a..213986e9 100644
--- a/core/openbsd/gen.rc
+++ b/core/openbsd/gen.rc
@@ -21,6 +21,21 @@ lib libbsd.a -d phony/core/libressl/headers\
)\
lib/libcrypto/crypto/getentropy_linux.c
+# diff
+exe diff usr.bin/diff/^(diff.c diffdir.c diffreg.c xmalloc.c) libbsd.a
+file bin/diff '$outdir'/diff 755
+file share/man/man1/diff.1 '$srcdir'/usr.bin/diff/diff.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
+
+# patch
+exe patch usr.bin/patch/^(patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c) libbsd.a
+file bin/patch '$outdir'/patch 755
+file share/man/man1/patch.1 '$srcdir'/usr.bin/patch/patch.1 644
+
# pax
exe pax bin/pax/^(\
ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c\
@@ -38,18 +53,3 @@ exe yacc usr.bin/yacc/^(\
) 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
-
-# diff
-exe diff usr.bin/diff/^(diff.c diffdir.c diffreg.c xmalloc.c) libbsd.a
-file bin/diff '$outdir'/diff 755
-file share/man/man1/diff.1 '$srcdir'/usr.bin/diff/diff.1 644
-
-# patch
-exe patch usr.bin/patch/^(patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c) libbsd.a
-file bin/patch '$outdir'/patch 755
-file share/man/man1/patch.1 '$srcdir'/usr.bin/patch/patch.1 644