28 lines
617 B
Plaintext
28 lines
617 B
Plaintext
--- 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>
|