blob: f8363bf3f1f0d141ea11da773ec74b765df89595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.2 2006/06/26 19:50:57 mrg Exp $
NOOBJ= # defined
.include <bsd.own.mk>
SUBDIR= roadwarrior
.if ${MKSHARE} != "no" && ${MKCRYPTO} != "no"
FILES= psk.txt.sample racoon.conf.sample \
racoon.conf.sample-gssapi racoon.conf.sample-inherit \
racoon.conf.sample-natt racoon.conf.sample-plainrsa \
FAQ README.certificate README.gssapi
FILESDIR=/usr/share/examples/racoon
.endif
DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
.PATH: ${DIST}/src/racoon/samples ${DIST}/src/racoon/doc
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
|