From 01b01229540bfa1a250973da7c8a1a3d84853ca5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 15 Jul 2019 14:19:39 +0000 Subject: Remove all the RELEASE_CRUNCH instances that partially disable IPSEC We remove IPSEC only in parts of the tree, and not others. RELEASE_CRUNCH to disable it has not kept up with all its uses. Remove it. Should there be a real need to disable IPSEC, one that hasn't shown up in the base system to date, it can be re-added behind a WITHOUT_IPSEC build option. --- sbin/ping/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sbin/ping') diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 8308528ad2e9..3147376b80ff 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -19,9 +19,7 @@ LIBADD+= cap_dns CFLAGS+=-DWITH_CASPER .endif -.if !defined(RELEASE_CRUNCH) CFLAGS+=-DIPSEC LIBADD+= ipsec -.endif .include -- cgit v1.2.3