summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-07-06 01:55:21 +0000
committerkris <kris@FreeBSD.org>2000-07-06 01:55:21 +0000
commita643686d34378ffd47196a225b64f2fb08a610fa (patch)
treef32ffb185412b5f2c99a8e4272e259bf26523ef3
parent1bc7f5bab24ccd2def369230e2caec49181b34b2 (diff)
downloadFreeBSD-src-a643686d34378ffd47196a225b64f2fb08a610fa.zip
FreeBSD-src-a643686d34378ffd47196a225b64f2fb08a610fa.tar.gz
Correct style bugs in previous commit
-rw-r--r--sbin/ping6/Makefile4
-rw-r--r--sbin/rtsol/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index 8c77c96..3f671d7 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -10,8 +10,8 @@ BINOWN= root
BINGRP= bin
BINMODE=4555
-LDADD+= -lipsec -lmd
-DPADD+= ${LIBIPSEC} ${LIBMD}
+LDADD= -lipsec -lmd
+DPADD= ${LIBIPSEC} ${LIBMD}
# kame scopeid hack
CFLAGS+=-DKAME_SCOPEID
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index 693fa49..4926191 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -19,8 +19,8 @@ PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c dump.c
CFLAGS+=-DINET6 -DHAVE_GETIFADDRS
-LDADD+= -lkvm
-DPADD+= ${LIBKVM}
+LDADD= -lkvm
+DPADD= ${LIBKVM}
NOMAN= yes
OpenPOWER on IntegriCloud