X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ed554bc5e4201344d7eaad78263566e79428759c..fd88f5c5678c80ff5e338adc372d28a52ad20530:/usr/src/sbin/umount/Makefile diff --git a/usr/src/sbin/umount/Makefile b/usr/src/sbin/umount/Makefile index 9665a5923d..2df87189db 100644 --- a/usr/src/sbin/umount/Makefile +++ b/usr/src/sbin/umount/Makefile @@ -1,7 +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.0 DPADD= ${LIBRPC} LDADD= -lrpc +MOUNT= ${.CURDIR}/../../sbin/mount +CFLAGS+= -I${MOUNT} +.PATH: ${MOUNT} + .include