diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-08 00:09:22 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-08 00:09:22 +0000 |
commit | a006c507c4337175c99f70ff60fcda04d2b865b1 (patch) | |
tree | 3eaa8ca0448fb274c49e575e21fbefc04e914271 /sbin/umount | |
parent | 7fa6011b596ccd0811c2f5e9c5b0411533eb662d (diff) | |
download | FreeBSD-src-a006c507c4337175c99f70ff60fcda04d2b865b1.zip FreeBSD-src-a006c507c4337175c99f70ff60fcda04d2b865b1.tar.gz |
Delete obsolete references to librpc.a.
Diffstat (limited to 'sbin/umount')
-rw-r--r-- | sbin/umount/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 29c0f9f..120b360 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 2/20/94 PROG= umount -DPADD= ${LIBRPC} -LDADD= -lrpc MAN8= umount.8 .include <bsd.prog.mk> |