diff options
-rw-r--r-- | external/bsd/bmake/usr.bin/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/external/bsd/bmake/usr.bin/Makefile b/external/bsd/bmake/usr.bin/Makefile new file mode 100644 index 0000000..dac316e --- /dev/null +++ b/external/bsd/bmake/usr.bin/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= bmake + +.include <bsd.subdir.mk> |