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