summaryrefslogtreecommitdiff
path: root/security/racoon/patches/patch-aa
blob: 5d021a4194aca26c0a10da589fc1a9d8c8331add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.3 2000/09/12 12:51:28 itojun Exp $
--- ../libipsec/Makefile.orig	Sun Jun 11 23:54:31 2000
+++ ../libipsec/Makefile	Tue Sep 12 16:11:57 2000
@@ -27,5 +27,6 @@
 
-.if exists(${.CURDIR}/../Makefile.opsys)
-.include "${.CURDIR}/../Makefile.opsys"
-.endif
+#.if exists(${.CURDIR}/../Makefile.opsys)
+#.include "${.CURDIR}/../Makefile.opsys"
+#.endif
+OPSYS!=	uname -s
 
@@ -36,3 +37,3 @@
 .else
-CPPFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6
+CPPFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 -I${.CURDIR}
 .endif