summaryrefslogtreecommitdiffstats
path: root/sbin/umount/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-16 11:20:05 +0000
committerbde <bde@FreeBSD.org>1997-06-16 11:20:05 +0000
commitf96e3b64ac8d0c826939e9971c5e98565c9a48e4 (patch)
treea635895371318ef30008ac61ca660d20f13c110b /sbin/umount/Makefile
parente7c620f4166bd12e6148a86e95549caf85f799be (diff)
downloadFreeBSD-src-f96e3b64ac8d0c826939e9971c5e98565c9a48e4.zip
FreeBSD-src-f96e3b64ac8d0c826939e9971c5e98565c9a48e4.tar.gz
Merge from Lite2.
- use new getvfsbyname() interface. - new -A option, like -a except only mounted file systems are unmounted. All non-cosmetic FreeBSD changes in umount.c, except ignoring of realpath() failures, went away because they are done better in Lite2. realpath() failures must be ignored so that non-pathnames like "<above>:/foo" and "host:/bar" get as far as mount(2). Reviewed by: dfr
Diffstat (limited to 'sbin/umount/Makefile')
-rw-r--r--sbin/umount/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile
index 120b360..ec628cd 100644
--- a/sbin/umount/Makefile
+++ b/sbin/umount/Makefile
@@ -1,6 +1,13 @@
-# @(#)Makefile 8.2 (Berkeley) 2/20/94
+# @(#)Makefile 8.4 (Berkeley) 6/22/95
PROG= umount
+SRCS= umount.c vfslist.c
MAN8= umount.8
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I${MOUNT}
+.PATH: ${MOUNT}
+
+CFLAGS+= -D_NEW_VFSCONF
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud