# $NetBSD: Makefile.inc,v 1.16 2004/06/17 03:42:55 itojun Exp $ .include # for NETBSDSRCDIR & MKDYNAMICROOT definition # point top of your KAME tree by ${KAMEROOT} LIBPFKEYSRCDIR= ${NETBSDSRCDIR}/crypto/dist/kame/libipsec RACOONSRCDIR= ${NETBSDSRCDIR}/crypto/dist/kame/racoon TCPDUMPSRCDIR= ${NETBSDSRCDIR}/dist/tcpdump ETCDIR?= /etc/racoon FILESDIR?= /usr/share/examples/racoon .if defined(SBIN_RACOON) && ${SBIN_RACOON} == "yes" BINDIR?= /sbin .if (${MKDYNAMICROOT} == "no") LDSTATIC?= -static .endif .endif DBG= -g PKGVERSION= netbsd-20040617 .include "../Makefile.inc"