1996-05-13 17:43:19 +00:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 3/27/94
|
2000-03-25 13:27:47 +00:00
|
|
|
# $FreeBSD$
|
1996-05-13 17:43:19 +00:00
|
|
|
|
|
|
|
PROG= mount_std
|
|
|
|
SRCS= mount_std.c getmntopts.c
|
1996-12-14 22:58:37 +00:00
|
|
|
MAN8= mount_std.8
|
|
|
|
MLINKS= mount_std.8 mount_devfs.8 mount_std.8 mount_fdesc.8 \
|
2000-03-25 13:27:47 +00:00
|
|
|
mount_std.8 mount_kernfs.8 mount_std.8 mount_linprocfs.8 \
|
|
|
|
mount_std.8 mount_procfs.8
|
1996-05-13 17:43:19 +00:00
|
|
|
|
|
|
|
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 \
|
2000-03-25 13:27:47 +00:00
|
|
|
${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
|
1996-05-13 17:43:19 +00:00
|
|
|
${BINDIR}/mount_std ${BINDIR}/mount_procfs
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|