diff options
Diffstat (limited to 'usr.bin/lorder/Makefile')
-rw-r--r-- | usr.bin/lorder/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile new file mode 100644 index 000000000000..38e073176e0b --- /dev/null +++ b/usr.bin/lorder/Makefile @@ -0,0 +1,10 @@ +.include <src.opts.mk> + +PACKAGE=toolchain +SCRIPTS=lorder.sh +MAN= lorder.1 + +HAS_TESTS= +SUBDIR.${MK_TESTS}= tests + +.include <bsd.prog.mk> |