NetBSD/usr.sbin/racoon/Makefile.inc
itojun a5316a5fa5 sync with 2/22 code. -B and -Z,
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).
2001-02-22 02:33:06 +00:00

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"