Makefile revision 1.2
1#	from: @(#)Makefile	8.3 (Berkeley) 3/27/94
2#	$Id: Makefile,v 1.2 1994/08/03 21:07:20 deraadt Exp $
3
4PROG=	mount_union
5SRCS=	mount_union.c getmntopts.c
6MAN8=	mount_union.0
7
8MOUNT=	${.CURDIR}/../mount
9CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
10.PATH:	${MOUNT}
11
12BINOWN= root
13BINMODE=4555
14
15.include <bsd.prog.mk>
16