2001-02-22 05:33:06 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 2001/02/22 02:33:06 itojun Exp $
|
2000-12-29 05:33:38 +03:00
|
|
|
|
|
|
|
# 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
|
2000-12-29 06:16:39 +03:00
|
|
|
FILESDIR?= /usr/share/examples/racoon
|
|
|
|
|
|
|
|
.if defined(SBIN_RACOON) && ${SBIN_RACOON} == "yes"
|
|
|
|
BINDIR?= /sbin
|
|
|
|
LDSTATIC?= -static
|
|
|
|
.endif
|
2000-12-29 05:33:38 +03:00
|
|
|
|
2001-02-22 05:33:06 +03:00
|
|
|
DBG= -g
|
|
|
|
|
2000-12-29 05:33:38 +03:00
|
|
|
.include "../Makefile.inc"
|