summaryrefslogtreecommitdiffstats
path: root/sbin/mount_kernfs/Makefile
blob: 004d91d0de5ffdf8342852bca0a815f02ceae386 (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.8

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

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