diff options
author | bz <bz@FreeBSD.org> | 2007-07-05 08:56:46 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2007-07-05 08:56:46 +0000 |
commit | 6aeecf59e86def3108afc0b6736f4beb06053633 (patch) | |
tree | 1644ef4c7136c5decc186b668e92609a3a7582c9 /usr.sbin/inetd | |
parent | 908dadf8c3f3d70c78b55312f1d6bc8ceaa8edda (diff) | |
download | FreeBSD-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 'usr.sbin/inetd')
-rw-r--r-- | usr.sbin/inetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index 9156afc..35f2c22 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -21,7 +21,7 @@ LDADD= -lutil -lwrap # XXX for src/release/picobsd .if !defined(RELEASE_CRUNCH) -CFLAGS+= -DIPSEC -DFAST_IPSEC +CFLAGS+= -DIPSEC DPADD+= ${LIBIPSEC} LDADD+= -lipsec .endif |