aboutsummaryrefslogtreecommitdiff
path: root/security/isakmpd/files/patch-Makefile
blob: 2e4d67d8473c2c3d35fe8b72789970f08f35aae8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- Makefile.orig	Tue Dec  7 21:06:56 2004
+++ Makefile	Mon Dec 13 12:06:21 2004
@@ -38,9 +38,9 @@
 
 # openbsd means OpenBSD 2.5 or newer. freeswan is the name for Linux with
 # FreeS/WAN integrated, freebsd/netbsd means FreeBSD/NetBSD with KAME IPsec.
-OS=		openbsd
+#OS=		openbsd
 #OS=		netbsd
-#OS=		freebsd
+OS=		freebsd
 #OS=		freeswan
 #OS=		bsdi
 
@@ -133,9 +133,9 @@
 
 .ifdef USE_KEYNOTE
 USE_LIBCRYPTO=	yes
-USE_LIBDES=	yes
 LDADD+=		-lkeynote -lm
 DPADD+=		${LIBKEYNOTE} ${LIBM}
+POLICY=         policy.c
 CFLAGS+=	-DUSE_KEYNOTE
 .endif
 
@@ -181,7 +181,6 @@
 ${PROG} beforedepend: ${GENERATED}
 
 .include <bsd.prog.mk>
-.include <bsd.subdir.mk>
 
 debug:
 	(cd ${.CURDIR}; ${MAKE} DEBUG="-g -Werror")