]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sbin/mksnap_ffs/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>