summaryrefslogtreecommitdiffstats
path: root/sbin/mount_procfs/Makefile
blob: ca0c872520b083b57bb9e5912777edcfe1d7ea13 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.4 (Berkeley) 3/27/94

PROG=	mount_procfs
SRCS=	mount_procfs.c getmntopts.c
MAN8=	mount_procfs.0

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud