aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-06 01:55:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-06 01:55:21 +0000
commit2dd1ffc97d62e40b6fa814c4de00dde29098adfe (patch)
tree8088d3381f810300b8bc64645c98555ad459719c /sbin
parent8dfe6fb59c20bdef18e1938e0fdda81dc2266dc8 (diff)
downloadsrc-2dd1ffc97d62e40b6fa814c4de00dde29098adfe.tar.gz
src-2dd1ffc97d62e40b6fa814c4de00dde29098adfe.zip
Correct style bugs in previous commit
Notes
Notes: svn path=/head/; revision=62666
Diffstat (limited to 'sbin')
-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 8c77c96ff5b5..3f671d7330b5 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 693fa4983573..4926191fd5ee 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