summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yppoll
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-09-09 15:33:18 +0000
committerderaadt <deraadt@openbsd.org>2015-09-09 15:33:18 +0000
commitd1a23ca2a7534eb2aa901c231129963c273a08c9 (patch)
tree44fa49c7d9a53d82364e7aed491fdc501b9fb94d /usr.sbin/yppoll
parentIn the flag command description, mention that a bootable partition (diff)
downloadwireguard-openbsd-d1a23ca2a7534eb2aa901c231129963c273a08c9.tar.xz
wireguard-openbsd-d1a23ca2a7534eb2aa901c231129963c273a08c9.zip
Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvc
as needed. ok miod guenther
Diffstat (limited to 'usr.sbin/yppoll')
-rw-r--r--usr.sbin/yppoll/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/yppoll/Makefile b/usr.sbin/yppoll/Makefile
index 07e0912c4c5..313b949a9c1 100644
--- a/usr.sbin/yppoll/Makefile
+++ b/usr.sbin/yppoll/Makefile
@@ -1,6 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 1997/09/21 11:44:37 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2015/09/09 15:33:18 deraadt Exp $
PROG= yppoll
MAN= yppoll.8
+LDADD=-lrpcsvc
+DPADD=${LIBRPCSVC}
+
.include <bsd.prog.mk>