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

PROG=	mount_union
SRCS=	mount_union.c getmntopts.c
MAN8=	mount_union.8

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

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