blob: 6c8ae92efaec19d9d91b9b22f8436af7db944783 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.3 2017/05/21 15:28:41 riastradh Exp $
NOOBJ= # defined
.include <bsd.own.mk>
SUBDIR= client server
.if ${MKSHARE} != "no"
FILES= README
FILESDIR=/usr/share/examples/racoon/roadwarrior
.endif
DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
.PATH: ${DIST}/src/racoon/samples/roadwarrior
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
|