aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nfsd
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/nfsd
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/nfsd')
-rw-r--r--usr.sbin/nfsd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 9eb641500410..a881d5eacbd7 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -3,7 +3,5 @@
PROG= nfsd
CFLAGS+=-DNFS
MAN8= nfsd.8
-DPADD= ${LIBRPC}
-LDADD= -lrpc
.include <bsd.prog.mk>