diff options
Diffstat (limited to 'sbin/mksnap_ffs/Makefile')
-rw-r--r-- | sbin/mksnap_ffs/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sbin/mksnap_ffs/Makefile b/sbin/mksnap_ffs/Makefile new file mode 100644 index 0000000..3c08f56 --- /dev/null +++ b/sbin/mksnap_ffs/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PROG= mksnap_ffs +MAN= mksnap_ffs.8 + +.if defined(NOSUID) +BINMODE=550 +.else +BINMODE=4550 +BINOWN= root +.endif +BINGRP= operator + +.include <bsd.prog.mk> |