aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/showmount
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-08 00:10:09 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-08 00:10:09 +0000
commit5f51a9a8d5f9ea75d5f738d8c373276bc272c4a0 (patch)
treebf2124702479b05258d05f204599065f85d060d4 /usr.bin/showmount
parent76c72a54c25af78d438928ea06b94a9fae929162 (diff)
downloadsrc-5f51a9a8d5f9ea75d5f738d8c373276bc272c4a0.tar.gz
src-5f51a9a8d5f9ea75d5f738d8c373276bc272c4a0.zip
Delete obsolete reference to librpc.a.
Notes
Notes: svn path=/head/; revision=1924
Diffstat (limited to 'usr.bin/showmount')
-rw-r--r--usr.bin/showmount/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile
index aa0074e10b37..e265e8c5deeb 100644
--- a/usr.bin/showmount/Makefile
+++ b/usr.bin/showmount/Makefile
@@ -1,7 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= showmount
-DPADD= ${LIBRPC}
-LDADD= -lrpc
.include <bsd.prog.mk>