summaryrefslogtreecommitdiff
path: root/sbin/mount_null/Makefile
blob: e836513c428891139096a92e610de0fb494f413b (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:37:26 deraadt 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>