1994-08-04 01:07:10 +04:00
|
|
|
# from: @(#)Makefile 8.3 (Berkeley) 3/27/94
|
|
|
|
# $Id: Makefile,v 1.2 1994/08/03 21:07:20 deraadt Exp $
|
1994-06-08 23:27:32 +04:00
|
|
|
|
|
|
|
PROG= mount_union
|
|
|
|
SRCS= mount_union.c getmntopts.c
|
|
|
|
MAN8= mount_union.0
|
|
|
|
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
1994-08-04 01:07:10 +04:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
1994-06-08 23:27:32 +04:00
|
|
|
.PATH: ${MOUNT}
|
|
|
|
|
|
|
|
BINOWN= root
|
|
|
|
BINMODE=4555
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|