]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/mksnap_ffs/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sbin / mksnap_ffs / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../mount
4
5 PROG=   mksnap_ffs
6 SRCS=   mksnap_ffs.c getmntopts.c
7 MAN=    mksnap_ffs.8
8
9 CFLAGS+=-I${.CURDIR}/../mount
10
11 .if defined(NOSUID)
12 BINMODE=550
13 .else
14 BINMODE=4550
15 BINOWN= root
16 .endif
17 BINGRP= operator
18
19 .include <bsd.prog.mk>