From c44639bff6ee34f254aeb2aee0bcb3ecbeb12c97 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 25 Mar 2000 13:27:47 +0000 Subject: Add mount_linprocfs. --- sbin/mount_std/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index 4085850..320bbf7 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 -- cgit v1.1