summaryrefslogtreecommitdiff
path: root/sbin/mount_procfs/Makefile
blob: 78917e4b6473798ccbf8d68f93297b1cd18de4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 1996/06/23 14:31:37 deraadt Exp $
#	$NetBSD: Makefile,v 1.6 1995/03/18 14:58:08 cgd Exp $

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

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

.include <bsd.prog.mk>