summaryrefslogtreecommitdiffstats
path: root/sbin/mount_std/Makefile
blob: ff011315f18f5d0b8221c8496fc96b8082c49da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	@(#)Makefile	8.2 (Berkeley) 3/27/94

PROG=	mount_std
SRCS=	mount_std.c getmntopts.c
MAN8=	mount_std.8 mount_devfs.8 mount_fdesc.8 mount_kernfs.8 mount_procfs.8

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

LINKS=	${BINDIR}/mount_std ${BINDIR}/mount_devfs \
	${BINDIR}/mount_std ${BINDIR}/mount_fdesc \
	${BINDIR}/mount_std ${BINDIR}/mount_kernfs \
	${BINDIR}/mount_std ${BINDIR}/mount_procfs

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