summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2003-05-14 23:29:21 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2003-05-14 23:29:21 +0000
commitdb35b87cd12dc865f706a254e0da9cf66f02d73b (patch)
tree1f3079168bce485cc025c6416a1ead50d795b1ee
parent280177c8c03b7127f86fb36a0c97abd3a78a0c37 (diff)
Remove the .if/.endif stuff that gmake does not understand.
Replace with a comment about needing keynote for policy.
-rw-r--r--sbin/isakmpd/features/policy8
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/isakmpd/features/policy b/sbin/isakmpd/features/policy
index b4db0db2795..d9d425b0686 100644
--- a/sbin/isakmpd/features/policy
+++ b/sbin/isakmpd/features/policy
@@ -1,4 +1,4 @@
-# $OpenBSD: policy,v 1.4 2002/08/23 18:01:33 ho Exp $
+# $OpenBSD: policy,v 1.5 2003/05/14 23:29:20 ho Exp $
# $EOM: policy,v 1.4 2000/02/20 16:38:15 niklas Exp $
#
@@ -31,9 +31,5 @@
# This code was written under funding by Wireless Networks Inc.
#
+# NOTE: KeyNote policy support requires the keynote library
POLICY= policy.c
-
-.if !defined (USE_KEYNOTE)
-#Force a syntax error
-"KeyNote policy support wanted but no keynote library available"
-.endif