3 --- Makefile.orig 2003-08-28 14:43:35.000000000 +0000
7 # openbsd means OpenBSD 2.5 or newer. freeswan is the name for Linux with
8 # FreeS/WAN integrated, freebsd/netbsd means FreeBSD/NetBSD with KAME IPsec.
16 @@ -55,6 +55,12 @@ FEATURES+= rawkey isakmp_cfg
17 .PATH: ${.CURDIR}/sysdep/${OS}
28 SRCS= app.c attribute.c cert.c connection.c constants.c conf.c \
29 @@ -71,7 +77,8 @@ CLEANFILES= exchange_num.c exchange_num.
30 isakmp_num.c isakmp_num.h ipsec_fld.c ipsec_fld.h \
31 isakmp_fld.c isakmp_fld.h
32 MAN= isakmpd.8 isakmpd.conf.5 isakmpd.policy.5
33 -CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \
35 +CFLAGS+= -Wall -Wmissing-prototypes \
37 -I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I.
38 #CFLAGS+= -Wsign-compare -Werror