aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/portmap
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-08 00:09:22 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-08 00:09:22 +0000
commit76c72a54c25af78d438928ea06b94a9fae929162 (patch)
tree3eaa8ca0448fb274c49e575e21fbefc04e914271 /usr.sbin/portmap
parent003a0dd6e448f78b6984d56275aa89b61e22da57 (diff)
downloadsrc-76c72a54c25af78d438928ea06b94a9fae929162.tar.gz
src-76c72a54c25af78d438928ea06b94a9fae929162.zip
Delete obsolete references to librpc.a.
Notes
Notes: svn path=/head/; revision=1923
Diffstat (limited to 'usr.sbin/portmap')
-rw-r--r--usr.sbin/portmap/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile
index a3b8224e5dcd..4a44e28a94e6 100644
--- a/usr.sbin/portmap/Makefile
+++ b/usr.sbin/portmap/Makefile
@@ -1,8 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= portmap
-DPADD= ${LIBRPC}
-LDADD= -lrpc
MAN8= portmap.8
.include <bsd.prog.mk>