]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount_std/Makefile
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
[FreeBSD/FreeBSD.git] / sbin / mount_std / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 3/27/94
2
3 PROG=   mount_std
4 SRCS=   mount_std.c getmntopts.c
5 MAN8=   mount_std.8
6 MLINKS= mount_std.8 mount_devfs.8 mount_std.8 mount_fdesc.8 \
7         mount_std.8 mount_kernfs.8 mount_std.8 mount_procfs.8
8
9 MOUNT=  ${.CURDIR}/../mount
10 CFLAGS+= -I${MOUNT}
11 .PATH:  ${MOUNT}
12
13 LINKS=  ${BINDIR}/mount_std ${BINDIR}/mount_devfs \
14         ${BINDIR}/mount_std ${BINDIR}/mount_fdesc \
15         ${BINDIR}/mount_std ${BINDIR}/mount_kernfs \
16         ${BINDIR}/mount_std ${BINDIR}/mount_procfs
17
18 .include <bsd.prog.mk>