NetBSD/usr.sbin/racoon/Makefile.inc

25 lines
606 B
Makefile

# $NetBSD: Makefile.inc,v 1.15 2004/04/12 03:34:08 itojun Exp $
.include <bsd.own.mk> # 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-20040412
.include "../Makefile.inc"