Makefile revision 23680
1#	@(#)Makefile	8.3 (Berkeley) 3/27/94
2
3PROG=	mount_null
4SRCS=	mount_null.c getmntopts.c
5MAN8=	mount_null.8
6
7MOUNT=	${.CURDIR}/../mount
8CFLAGS+= -D_NEW_VFSCONF
9CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
10.PATH:	${MOUNT}
11
12.include <bsd.prog.mk>
13