]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sbin/mount_nullfs/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sbin / mount_nullfs / Makefile
1 #       @(#)Makefile    8.3 (Berkeley) 3/27/94
2 # $FreeBSD$
3
4 PROG=   mount_nullfs
5 SRCS=   mount_nullfs.c getmntopts.c
6 MAN=    mount_nullfs.8
7
8 MOUNT=  ${.CURDIR}/../mount
9 CFLAGS+=-I${MOUNT}
10
11 .PATH:  ${MOUNT}
12
13 .include <bsd.prog.mk>