diff options
Diffstat (limited to 'libexec/casper/Makefile')
-rw-r--r-- | libexec/casper/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/casper/Makefile b/libexec/casper/Makefile new file mode 100644 index 0000000..c66edd6 --- /dev/null +++ b/libexec/casper/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +PACKAGE=casper +SUBDIR= dns +SUBDIR+=grp +SUBDIR+=pwd +SUBDIR+=random +SUBDIR+=sysctl + +.include <bsd.subdir.mk> |