Not the right way to fix this.

This commit is contained in:
christos 2008-03-28 21:17:37 +00:00
parent 5281276341
commit 6bb1f8cf94
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2008/03/28 18:10:53 he Exp $
# $NetBSD: Makefile,v 1.20 2008/03/28 21:17:37 christos Exp $
WARNS= 0 # Will be fixed later
@ -31,8 +31,6 @@ CPPFLAGS+= -DADMINPORTDIR=\"/var/run\"
CPPFLAGS+= -DSYSCONFDIR=\"/etc/racoon\"
CPPFLAGS+= -DSADB_X_EALG_AESCBC=SADB_X_EALG_AES
CPPFLAGS.privsep.c+= -fno-stack-protector
LDADD+= -ll -ly -lipsec -lutil
DPADD+= ${LIBL} ${LIBY} ${LIBCRYPTO} ${LIBUTIL}