summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-10-26 10:34:18 +0000
committertedu <tedu@openbsd.org>2015-10-26 10:34:18 +0000
commite8b24825abaf91c9b515dba352b6db110691d881 (patch)
treef1f661166445809c8e6f82eb45cb98f882a2ed92 /usr.sbin
parentremove libutil from dpadd too (diff)
downloadwireguard-openbsd-e8b24825abaf91c9b515dba352b6db110691d881.tar.xz
wireguard-openbsd-e8b24825abaf91c9b515dba352b6db110691d881.zip
remove libutil from dpadd too
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mrouted/Makefile3
-rw-r--r--usr.sbin/rarpd/Makefile3
-rw-r--r--usr.sbin/rbootd/Makefile3
3 files changed, 3 insertions, 6 deletions
diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile
index 150e3b0322c..9bfd3ccd546 100644
--- a/usr.sbin/mrouted/Makefile
+++ b/usr.sbin/mrouted/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2015/10/26 10:08:15 jung Exp $
+# $OpenBSD: Makefile,v 1.7 2015/10/26 10:34:19 tedu Exp $
PROG= mrouted
SRCS= callout.c cfparse.c config.c igmp.c inet.c kern.c main.c prune.c \
@@ -6,7 +6,6 @@ SRCS= callout.c cfparse.c config.c igmp.c inet.c kern.c main.c prune.c \
MAN= mrouted.8
CFLAGS+=-I${.CURDIR}
-DPADD+= ${LIBUTIL}
CLEANFILES+= cfparse.c y.tab.h
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile
index 73d76510856..f625affb242 100644
--- a/usr.sbin/rarpd/Makefile
+++ b/usr.sbin/rarpd/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.7 2015/10/26 10:08:14 jung Exp $
+# $OpenBSD: Makefile,v 1.8 2015/10/26 10:34:18 tedu Exp $
PROG= rarpd
SRCS= rarpd.c arptab.c
MAN= rarpd.8
-DPADD+= ${LIBUTIL}
# Uncomment the following to require a boot file in TFTP_DIR
# to exist for a rarp reply to be sent.
diff --git a/usr.sbin/rbootd/Makefile b/usr.sbin/rbootd/Makefile
index a2fb6cb235f..77e1a2c92fa 100644
--- a/usr.sbin/rbootd/Makefile
+++ b/usr.sbin/rbootd/Makefile
@@ -1,8 +1,7 @@
-# $OpenBSD: Makefile,v 1.4 2015/10/26 10:08:14 jung Exp $
+# $OpenBSD: Makefile,v 1.5 2015/10/26 10:34:18 tedu Exp $
PROG= rbootd
SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
MAN= rbootd.8
-DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>