1# @(#)Makefile 8.3 (Berkeley) 3/27/94 2 3PACKAGE=runtime 4PROG= mount_nullfs 5SRCS= mount_nullfs.c getmntopts.c 6MAN= mount_nullfs.8 7 8MOUNT= ${.CURDIR:H}/mount 9CFLAGS+=-I${MOUNT} 10 11.PATH: ${MOUNT} 12 13.include <bsd.prog.mk> 14