diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-07-05 12:38:05 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-07-05 12:38:05 +0000 |
commit | 9c70594504dc28c74110c3f9121d26f722b157fc (patch) | |
tree | e103ce4f3aa1d0003941650dbd1116a757596a67 /sbin/isakmpd/Makefile | |
parent | 4d054eb4744e3933df6e31b5a2890861f0bea535 (diff) |
Use -W{missing,strict}-prototypes.
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index ce5d06b8d6a..0686c9e5eed 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2001/07/01 20:43:39 niklas Exp $ +# $OpenBSD: Makefile,v 1.40 2001/07/05 12:38:04 ho Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -76,7 +76,8 @@ CLEANFILES= exchange_num.c exchange_num.h ipsec_num.c ipsec_num.h \ isakmp_num.c isakmp_num.h ipsec_fld.c ipsec_fld.h \ isakmp_fld.c isakmp_fld.h MAN= isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 -CFLAGS+= -Wall -DNEED_SYSDEP_APP \ +CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \ + -DNEED_SYSDEP_APP \ -I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I. # Different debugging & profiling suggestions |