From edcb500e9252f69e0031b049ed6f020ba9a9a686 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Tue, 9 May 1995 00:21:20 -0800 Subject: [PATCH] list processing now done in vfslist from mount SCCS-vsn: sbin/umount/Makefile 8.3 --- usr/src/sbin/umount/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr/src/sbin/umount/Makefile b/usr/src/sbin/umount/Makefile index 3afce3657c..bb83c2bdcf 100644 --- a/usr/src/sbin/umount/Makefile +++ b/usr/src/sbin/umount/Makefile @@ -1,7 +1,12 @@ -# @(#)Makefile 8.2 (Berkeley) %G% +# @(#)Makefile 8.3 (Berkeley) %G% PROG= umount +SRCS= umount.c vfslist.c DPADD= ${LIBRPC} LDADD= -lrpc +MOUNT= ${.CURDIR}/../../sbin/mount +CFLAGS+= -I${MOUNT} +.PATH: ${MOUNT} + .include -- 2.20.1