summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2004-04-07 22:43:15 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2004-04-07 22:43:15 +0000
commit9703e4febd07e1ffffbb2728eca01feac89f9cd0 (patch)
treeb8a99ffd73226ea3f228d82061806ca1f73e653d /sbin
parent0483bc835ac9d7a98c6221c31164adab28d45012 (diff)
-Wmissing-declarations
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile
index 1a740e9d80a..1d474c513d2 100644
--- a/sbin/isakmpd/Makefile
+++ b/sbin/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.51 2004/03/19 14:04:43 hshoexer Exp $
+# $OpenBSD: Makefile,v 1.52 2004/04/07 22:43:14 ho Exp $
# $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $
#
@@ -72,7 +72,7 @@ CLEANFILES= exchange_num.c exchange_num.h ipsec_num.c ipsec_num.h \
isakmp_fld.c isakmp_fld.h
MAN= isakmpd.8 isakmpd.conf.5 isakmpd.policy.5
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \
- -DNEED_SYSDEP_APP \
+ -Wmissing-declarations -DNEED_SYSDEP_APP \
-I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I.
#CFLAGS+= -Wsign-compare -Werror