summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-08 00:09:22 +0000
committerwollman <wollman@FreeBSD.org>1994-08-08 00:09:22 +0000
commita006c507c4337175c99f70ff60fcda04d2b865b1 (patch)
tree3eaa8ca0448fb274c49e575e21fbefc04e914271 /usr.sbin
parent7fa6011b596ccd0811c2f5e9c5b0411533eb662d (diff)
downloadFreeBSD-src-a006c507c4337175c99f70ff60fcda04d2b865b1.zip
FreeBSD-src-a006c507c4337175c99f70ff60fcda04d2b865b1.tar.gz
Delete obsolete references to librpc.a.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mountd/Makefile2
-rw-r--r--usr.sbin/nfsd/Makefile2
-rw-r--r--usr.sbin/portmap/Makefile2
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile
index d8efea1..57d6b43 100644
--- a/usr.sbin/mountd/Makefile
+++ b/usr.sbin/mountd/Makefile
@@ -4,7 +4,5 @@ PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660
MAN5= exports.5 netgroup.5
MAN8= mountd.8
-DPADD= ${LIBRPC}
-LDADD= -lrpc
.include <bsd.prog.mk>
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 9eb6415..a881d5e 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>
diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile
index a3b8224..4a44e28 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>
OpenPOWER on IntegriCloud