summaryrefslogtreecommitdiff
path: root/sbin/mount_std
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-03-25 13:43:17 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-03-25 13:43:17 +0000
commitf0dfca3a7cc9220041b9efc1bf8d83669b168a74 (patch)
tree3ba215dbe768c2448aae716ebacaec1919f9aea3 /sbin/mount_std
parent6d8114ac20b305e52ef1703bed3a4fadca32c02c (diff)
Notes
Diffstat (limited to 'sbin/mount_std')
-rw-r--r--sbin/mount_std/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile
index 408585008ad7..320bbf788096 100644
--- a/sbin/mount_std/Makefile
+++ b/sbin/mount_std/Makefile
@@ -1,10 +1,12 @@
# @(#)Makefile 8.2 (Berkeley) 3/27/94
+# $FreeBSD$
PROG= mount_std
SRCS= mount_std.c getmntopts.c
MAN8= mount_std.8
MLINKS= mount_std.8 mount_devfs.8 mount_std.8 mount_fdesc.8 \
- mount_std.8 mount_kernfs.8 mount_std.8 mount_procfs.8
+ mount_std.8 mount_kernfs.8 mount_std.8 mount_linprocfs.8 \
+ mount_std.8 mount_procfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
@@ -13,6 +15,7 @@ CFLAGS+= -I${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_linprocfs \
${BINDIR}/mount_std ${BINDIR}/mount_procfs
.include <bsd.prog.mk>