Makefile revision 1.1
1# from: @(#)Makefile 8.3 (Berkeley) 3/27/94 2# $Id: Makefile,v 1.1 1994/06/08 19:23:42 mycroft Exp $ 3 4PROG= mount_null 5SRCS= mount_null.c getmntopts.c 6MAN8= mount_null.0 7 8MOUNT= ${.CURDIR}/../mount 9CFLAGS+= -I/sys -I${MOUNT} 10.PATH: ${MOUNT} 11 12.include <bsd.prog.mk> 13