# from: @(#)Makefile 8.3 (Berkeley) 3/27/94 # $Id: Makefile,v 1.2 1994/08/03 21:07:20 deraadt Exp $ PROG= mount_union SRCS= mount_union.c getmntopts.c MAN8= mount_union.0 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} BINOWN= root BINMODE=4555 .include