summaryrefslogtreecommitdiffstats
path: root/sbin/ping6
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2007-07-05 08:56:46 +0000
committerbz <bz@FreeBSD.org>2007-07-05 08:56:46 +0000
commit6aeecf59e86def3108afc0b6736f4beb06053633 (patch)
tree1644ef4c7136c5decc186b668e92609a3a7582c9 /sbin/ping6
parent908dadf8c3f3d70c78b55312f1d6bc8ceaa8edda (diff)
downloadFreeBSD-src-6aeecf59e86def3108afc0b6736f4beb06053633.zip
FreeBSD-src-6aeecf59e86def3108afc0b6736f4beb06053633.tar.gz
Remove the -DFAST_IPSEC from Makefiles again.
This was needed during the IPSEC->FAST_IPSEC->IPSEC transition period to not break the build after picking up netipsec header files. Now that the FAST_IPSEC kernel option is gone and the default is IPSEC again those defines are superfluous. Approved by: re (rwatson)
Diffstat (limited to 'sbin/ping6')
-rw-r--r--sbin/ping6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index e7a1e1d..89e7fbe 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -3,7 +3,7 @@
PROG= ping6
MAN= ping6.8
-CFLAGS+=-DIPSEC -DFAST_IPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS \
+CFLAGS+=-DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS \
-DHAVE_POLL_H -DHAVE_ARC4RANDOM
WARNS?= 2
OpenPOWER on IntegriCloud