diff options
Diffstat (limited to 'security/isakmpd/files/patch-Makefile')
-rw-r--r-- | security/isakmpd/files/patch-Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/isakmpd/files/patch-Makefile b/security/isakmpd/files/patch-Makefile new file mode 100644 index 000000000000..919007998b63 --- /dev/null +++ b/security/isakmpd/files/patch-Makefile @@ -0,0 +1,27 @@ +--- Makefile.orig Fri Aug 29 00:43:35 2003 ++++ Makefile Thu Oct 16 18:54:23 2003 +@@ -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 + +@@ -157,6 +157,7 @@ + USE_LIBDES= yes + LDADD+= -lkeynote -lm + DPADD+= ${LIBKEYNOTE} ${LIBM} ++POLICY= policy.c + CFLAGS+= -DUSE_KEYNOTE + .endif + +@@ -202,4 +203,3 @@ + ${PROG} beforedepend: ${GENERATED} + + .include <bsd.prog.mk> +-.include <bsd.subdir.mk> |