diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2007-07-05 08:56:46 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2007-07-05 08:56:46 +0000 |
commit | 53bf725ae1eeeb1b907c22adb46060e9fe8966a7 (patch) | |
tree | 1644ef4c7136c5decc186b668e92609a3a7582c9 /usr.sbin/rrenumd | |
parent | f43455fd899371146e168a2465397d615a61aa39 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=171246
Diffstat (limited to 'usr.sbin/rrenumd')
-rw-r--r-- | usr.sbin/rrenumd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rrenumd/Makefile b/usr.sbin/rrenumd/Makefile index 52452d001fe8..c31a7c7ce932 100644 --- a/usr.sbin/rrenumd/Makefile +++ b/usr.sbin/rrenumd/Makefile @@ -18,7 +18,7 @@ PROG= rrenumd MAN= rrenumd.conf.5 rrenumd.8 SRCS= rrenumd.c parser.y lexer.l -CFLAGS+= -DIPSEC -DFAST_IPSEC -I. -I${.CURDIR} +CFLAGS+= -DIPSEC -I. -I${.CURDIR} YFLAGS= -d LDADD= -lipsec -ll -ly |