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

PROG=	mount_null
SRCS=	mount_null.c getmntopts.c
MAN=	mount_null.8

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

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