1 1.1.1.2 lukem # @(#)Makefile 8.4 (Berkeley) 7/13/94 2 1.1 mycroft 3 1.1 mycroft PROG= mount_union 4 1.1 mycroft SRCS= mount_union.c getmntopts.c 5 1.1 mycroft MAN8= mount_union.0 6 1.1 mycroft 7 1.1 mycroft MOUNT= ${.CURDIR}/../mount 8 1.1 mycroft CFLAGS+= -I/sys -I${MOUNT} 9 1.1 mycroft .PATH: ${MOUNT} 10 1.1 mycroft 11 1.1 mycroft .include <bsd.prog.mk> 12