xref: /netbsd/sbin/mount_null/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.8 1997/10/10 19:50:52 christos Exp $
2#	@(#)Makefile	8.3 (Berkeley) 3/27/94
3
4PROG=	mount_null
5SRCS=	mount_null.c getmntopts.c
6MAN=	mount_null.8
7
8MOUNT=	${.CURDIR}/../mount
9CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
10.PATH:	${MOUNT}
11
12.include <bsd.prog.mk>
13