21 lines
509 B
Makefile
21 lines
509 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2001/08/02 15:27:21 itojun Exp $
|
|
|
|
# point top of your KAME tree by ${KAMEROOT}
|
|
LIBPFKEYSRCDIR= ${.CURDIR}/../../../crypto/dist/kame/libipsec
|
|
RACOONSRCDIR= ${.CURDIR}/../../../crypto/dist/kame/racoon
|
|
TCPDUMPSRCDIR= ${.CURDIR}/../../../dist/tcpdump
|
|
|
|
ETCDIR?= /etc/racoon
|
|
FILESDIR?= /usr/share/examples/racoon
|
|
|
|
.if defined(SBIN_RACOON) && ${SBIN_RACOON} == "yes"
|
|
BINDIR?= /sbin
|
|
LDSTATIC?= -static
|
|
.endif
|
|
|
|
DBG= -g
|
|
|
|
PKGVERSION= netbsd-20010802
|
|
|
|
.include "../Makefile.inc"
|