summaryrefslogtreecommitdiffstats
path: root/sbin/umount/Makefile
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-11-22 04:23:11 +0000
committerdillon <dillon@FreeBSD.org>1999-11-22 04:23:11 +0000
commite8e6885c6b0dee9c5ecf9f433c1eeac5cc116a51 (patch)
treedb8aaaa6673d31f85b8712d63eb284e6fb9ce007 /sbin/umount/Makefile
parentdadd809c39e5c694c3b2ecf910e3b181cea21530 (diff)
downloadFreeBSD-src-e8e6885c6b0dee9c5ecf9f433c1eeac5cc116a51.zip
FreeBSD-src-e8e6885c6b0dee9c5ecf9f433c1eeac5cc116a51.tar.gz
Finish up umntall support. init now passed an argument to the
rundown script 'reboot' or 'single'. ISO support (which never worked) has been removed from mount_nfs. mount_nfs and umount now use mounttab, which allows umntall to work properly. The rc scripts now call umntall as appropriate. Submitted by: Martin Blapp <mb@imp.ch>
Diffstat (limited to 'sbin/umount/Makefile')
-rw-r--r--sbin/umount/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile
index e2ea521..0ffd0f7 100644
--- a/sbin/umount/Makefile
+++ b/sbin/umount/Makefile
@@ -1,11 +1,14 @@
# @(#)Makefile 8.4 (Berkeley) 6/22/95
+#
+# $FreeBSD$
PROG= umount
-SRCS= umount.c vfslist.c
+SRCS= umount.c vfslist.c mounttab.c
MAN8= umount.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -I${MOUNT}
-.PATH: ${MOUNT}
+UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
+CFLAGS+= -I${MOUNT} -I${UMNTALL}
+.PATH: ${MOUNT} ${UMNTALL}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud