summaryrefslogtreecommitdiffstats
path: root/sbin/mount_null/Makefile
blob: f7670ab4686860fc4a12de932c88e5405f6e2a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.3 (Berkeley) 3/27/94
# $FreeBSD$

PROG=	mount_null
SRCS=	mount_null.c getmntopts.c

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH:	${MOUNT}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud