mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
16 lines
368 B
Makefile
16 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/06/26 19:50:57 mrg Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no" && ${MKCRYPTO} != "no"
|
|
FILES= racoon.conf racoon.conf-radius
|
|
FILESDIR=/usr/share/examples/racoon/roadwarrior/server
|
|
.endif
|
|
|
|
DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
|
|
.PATH: ${DIST}/src/racoon/samples/roadwarrior/server
|
|
|
|
.include <bsd.prog.mk>
|