diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-26 10:34:20 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-26 10:34:20 +0000 |
commit | 4d065c37235f19740a065d29e33ab438aaa3bde7 (patch) | |
tree | 8a34d2990ee6e65727c7b3995bf83b020d1b2b81 /usr.sbin/mrouted | |
parent | 1e4c9ee87085f42627dc6a886fab4a112fb5b06c (diff) |
remove libutil from dpadd too
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r-- | usr.sbin/mrouted/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |