a5316a5fa5
bundle proposal interpretation, and some other fixes. XXX WARNS?=0 in racoon/Makefile is necessary to compile yacc-generated files (static function, generated by yacc, is never used).
19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2001/02/22 02:33:06 itojun Exp $
|
|
|
|
# point top of your KAME tree by ${KAMEROOT}
|
|
LIBPFKEYSRCDIR= ${.CURDIR}/../../../crypto/dist/kame/libipsec
|
|
RACOONSRCDIR= ${.CURDIR}/../../../crypto/dist/kame/racoon
|
|
TCPDUMPSRCDIR= ${.CURDIR}/../../../usr.sbin/tcpdump
|
|
|
|
ETCDIR?= /etc/racoon
|
|
FILESDIR?= /usr/share/examples/racoon
|
|
|
|
.if defined(SBIN_RACOON) && ${SBIN_RACOON} == "yes"
|
|
BINDIR?= /sbin
|
|
LDSTATIC?= -static
|
|
.endif
|
|
|
|
DBG= -g
|
|
|
|
.include "../Makefile.inc"
|