]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mksnap_ffs/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sbin / mksnap_ffs / Makefile
1 # $FreeBSD$
2
3 PROG=   mksnap_ffs
4 MAN=    mksnap_ffs.8
5
6 .if defined(NOSUID)
7 BINMODE=550
8 .else
9 BINMODE=4550
10 BINOWN= root
11 .endif
12 BINGRP= operator
13
14 .include <bsd.prog.mk>