summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-04 11:59:08 +0000
committerru <ru@FreeBSD.org>2004-02-04 11:59:08 +0000
commit0999d17b26f625b52a275c57ed7409f446bd48ef (patch)
treee6e834814937f0248782938d92492388a4aa7112
parent70146d9d56c55366f3b3e029e1ced22249abe7bd (diff)
downloadFreeBSD-src-0999d17b26f625b52a275c57ed7409f446bd48ef.zip
FreeBSD-src-0999d17b26f625b52a275c57ed7409f446bd48ef.tar.gz
Removed unnecessary dependencies on librpcsvc.
Prodded by: des
-rw-r--r--libexec/rpc.rwalld/Makefile4
-rw-r--r--usr.bin/keylogout/Makefile3
-rw-r--r--usr.bin/rwall/Makefile3
-rw-r--r--usr.sbin/amd/amd/Makefile4
-rw-r--r--usr.sbin/amd/hlfsd/Makefile4
5 files changed, 6 insertions, 12 deletions
diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile
index e64ff3e..83182e9 100644
--- a/libexec/rpc.rwalld/Makefile
+++ b/libexec/rpc.rwalld/Makefile
@@ -4,7 +4,7 @@ PROG = rpc.rwalld
SRCS = rwalld.c
MAN = rpc.rwalld.8
-DPADD= ${LIBRPCSVC} ${LIBUTIL}
-LDADD= -lrpcsvc -lutil
+DPADD= ${LIBUTIL}
+LDADD= -lutil
.include <bsd.prog.mk>
diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile
index cc433e4..1f5feec 100644
--- a/usr.bin/keylogout/Makefile
+++ b/usr.bin/keylogout/Makefile
@@ -2,7 +2,4 @@
PROG= keylogout
-DPADD= ${LIBRPCSVC}
-LDADD= -lrpcsvc
-
.include <bsd.prog.mk>
diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile
index f402c03..4e448db 100644
--- a/usr.bin/rwall/Makefile
+++ b/usr.bin/rwall/Makefile
@@ -2,7 +2,4 @@
PROG = rwall
-DPADD= ${LIBRPCSVC}
-LDADD= -lrpcsvc
-
.include <bsd.prog.mk>
diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile
index a05a728..eb30395 100644
--- a/usr.sbin/amd/amd/Makefile
+++ b/usr.sbin/amd/amd/Makefile
@@ -25,8 +25,8 @@ SRCS+= srvr_amfs_auto.c srvr_nfs.c
CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amd \
-I${DESTDIR}/usr/include/rpcsvc
-DPADD= ${LIBAMU} ${LIBRPCSVC}
-LDADD= ${LIBAMU} -lrpcsvc
+DPADD= ${LIBAMU}
+LDADD= ${LIBAMU}
CLEANFILES+= conf_parse.c conf_parse.h conf_tok.c
diff --git a/usr.sbin/amd/hlfsd/Makefile b/usr.sbin/amd/hlfsd/Makefile
index b2c9447..5b863dd 100644
--- a/usr.sbin/amd/hlfsd/Makefile
+++ b/usr.sbin/amd/hlfsd/Makefile
@@ -13,7 +13,7 @@ SRCS= hlfsd.c homedir.c nfs_prot_svc.c stubs.c
CFLAGS+= -I${.CURDIR}/../../../contrib/amd/hlfsd
-DPADD= ${LIBAMU} ${LIBRPCSVC}
-LDADD= ${LIBAMU} -lrpcsvc
+DPADD= ${LIBAMU}
+LDADD= ${LIBAMU}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud