aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6
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/ping6
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/ping6')
-rw-r--r--sbin/ping6/Makefile4
1 files changed, 2 insertions, 2 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