freebsd-dev/sbin/mount_union/Makefile
Poul-Henning Kamp 3eeb0c9e5b Guess what
1994-11-20 22:47:52 +00:00

15 lines
248 B
Makefile

# @(#)Makefile 8.3 (Berkeley) 3/27/94
PROG= mount_union
SRCS= mount_union.c getmntopts.c
MAN8= mount_union.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>