summaryrefslogtreecommitdiffstats
path: root/sbin/mount_kernfs/Makefile
blob: 6bd6d7c65e61dce4152995d8ec3f1dc8d39c6494 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.2 (Berkeley) 3/27/94

PROG=	mount_kernfs
SRCS=	mount_kernfs.c getmntopts.c
MAN8=	mount_kernfs.0

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

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