summaryrefslogtreecommitdiff
path: root/sbin/mount_null/Makefile
blob: ba10fa41c1e471722f9c341c64d05f63011a9af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 1996/06/23 14:31:28 deraadt Exp $
#	$NetBSD: Makefile,v 1.5 1995/03/18 14:57:45 cgd Exp $

PROG=	mount_null
SRCS=	mount_null.c getmntopts.c
MAN=	mount_null.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH:	${MOUNT}

.include <bsd.prog.mk>