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

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

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

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