From 05955bdf3fdc0f1a9b3be3f00a0d5ed8bd39267b Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 14 Jun 2016 21:37:36 -0700 Subject: openbsd: Sort tools --- core/openbsd/gen.rc | 30 +++++++++++++++--------------- 1 file 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 -- cgit v1.2.3