upgraded to the latest NetBSD version
[unix-history] / usr / src / sbin / mount_null / Makefile
CommitLineData
bf4995ab 1# @(#)Makefile 8.3 (Berkeley) %G%
c206f55d 2
c206f55d 3PROG= mount_null
bf4995ab 4SRCS= mount_null.c getmntopts.c
c206f55d
JH
5MAN8= mount_null.0
6
bf4995ab
KB
7MOUNT= ${.CURDIR}/../mount
8CFLAGS+= -I/sys -I${MOUNT}
9.PATH: ${MOUNT}
10
c206f55d 11.include <bsd.prog.mk>