aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nullfs/Makefile
blob: 43580cfdb82f644c918235b793c5eb6639f9eb5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.3 (Berkeley) 3/27/94
# $FreeBSD$

PACKAGE=runtime
PROG=	mount_nullfs
SRCS=	mount_nullfs.c getmntopts.c
MAN=	mount_nullfs.8

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

.PATH:	${MOUNT}

.include <bsd.prog.mk>