summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nullfs/Makefile
blob: 3c5025205425bbe88731784cb4896647b0a6a4de (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${MOUNT}
.PATH:	${MOUNT}

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