summaryrefslogtreecommitdiff
path: root/security/isakmpd/files/patch-ab
blob: d60ab0e995c13d1d56c11c253ed38bc870a147f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- samples/Makefile.orig	Tue May  2 16:33:55 2000
+++ samples/Makefile	Wed Jan  9 22:08:47 2002
@@ -31,7 +31,7 @@
 #
 
 FILES=		VPN-* policy singlehost-*
-TARGETDIR=	/usr/share/ipsec/isakmpd
+TARGETDIR=	${PREFIX}/share/examples/isakmpd
 
 # The mkdir below is for installation on OpenBSD pre 2.7
 install:
--- Makefile.orig	Wed Oct  9 17:15:53 2002
+++ Makefile	Wed Oct  9 17:16:26 2002
@@ -164,6 +164,7 @@
 USE_LIBDES=	yes
 LDADD+=		-lkeynote -lm
 DPADD+=		${LIBKEYNOTE} ${LIBM}
+POLICY=         policy.c
 CFLAGS+=	-DUSE_KEYNOTE
 .endif