diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 76128f76fb7c..446f2b0763e7 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -1,11 +1,9 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.5 1993/08/01 05:37:33 mycroft Exp $ +# $Id: Makefile,v 1.6 1993/10/08 00:51:12 cgd Exp $ PROG= mount CFLAGS+=-DNFS -DNFSCLIENT MAN8= mount.0 -DPADD= ${LIBRPC} -LDADD= -lrpc MLINKS= mount.8 umount.8 .include diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index e0b320ed5f27..082737abab84 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -1,10 +1,8 @@ # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.4 1993/07/31 15:34:25 mycroft Exp $ +# $Id: Makefile,v 1.5 1993/10/08 00:51:24 cgd Exp $ PROG= umount CFLAGS+=-DNFS NOMAN= noman -DPADD= ${LIBRPC} -LDADD= -lrpc .include