summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pim6sd/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-03-27 16:39:50 +0000
committerbde <bde@FreeBSD.org>2000-03-27 16:39:50 +0000
commitfd662fcc569f868f95566f4b6f3a16f5cad552e5 (patch)
treeb906fed2bb259a34943f0f6caf9b6d221476b5e3 /usr.sbin/pim6sd/Makefile
parente636950b3e580ad01a25bf28c36d482ae6d87cad (diff)
downloadFreeBSD-src-fd662fcc569f868f95566f4b6f3a16f5cad552e5.zip
FreeBSD-src-fd662fcc569f868f95566f4b6f3a16f5cad552e5.tar.gz
Fixed missing DPADD.
Fixed style bug for LDADD (don't use += for variables defined only once).
Diffstat (limited to 'usr.sbin/pim6sd/Makefile')
-rw-r--r--usr.sbin/pim6sd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pim6sd/Makefile b/usr.sbin/pim6sd/Makefile
index 9d7dcf4..5c32371 100644
--- a/usr.sbin/pim6sd/Makefile
+++ b/usr.sbin/pim6sd/Makefile
@@ -36,7 +36,8 @@ CLEANFILES+= lex.yy.c y.tab.h y.tab.c
CFLAGS+= -g
CFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET -I${.OBJDIR}
CFLAGS+=-DHAVE_STDARG_H
-LDADD+= -ly -ll
+DPADD= ${LIBY} ${LIBL}
+LDADD= -ly -ll
MAN1= pim6stat.1
MAN5= pim6sd.conf.5
OpenPOWER on IntegriCloud