diff options
author | Warner Losh <imp@FreeBSD.org> | 2019-07-15 14:19:39 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2019-07-15 14:19:39 +0000 |
commit | 01b01229540bfa1a250973da7c8a1a3d84853ca5 (patch) | |
tree | fbeb903ac2547438fc13e056b1e685af9e725746 /sbin | |
parent | ad038195bd69aaf35c4bde17e73a847ad47ccbf9 (diff) | |
download | src-01b01229540bfa1a250973da7c8a1a3d84853ca5.tar.gz src-01b01229540bfa1a250973da7c8a1a3d84853ca5.zip |
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.
Notes
Notes:
svn path=/head/; revision=349996
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ping/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 <bsd.prog.mk> |