diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-06-29 19:40:37 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-06-29 19:40:37 +0000 |
commit | 6a8bd8738ba6b11ddaf7f9021e7e188e9b2adebd (patch) | |
tree | aa2f6fc664db716130d07b35f4e0a1357c0b8c17 | |
parent | bb633e3310ee6aaa4d1a1fee4f2b9dc7e22daf76 (diff) |
On OpenBSD, we want -Werror.
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep index 6d23a6ed0c3..9eae1cd0586 100644 --- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sysdep,v 1.17 2001/04/09 21:21:58 ho Exp $ +# $OpenBSD: Makefile.sysdep,v 1.18 2001/06/29 19:40:36 ho Exp $ # $EOM: Makefile.sysdep,v 1.18 2001/01/26 10:55:22 niklas Exp $ # @@ -37,7 +37,7 @@ IPSEC_SRCS= pf_key_v2.c IPSEC_CFLAGS= -DUSE_PF_KEY_V2 -CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_PCAP +CFLAGS+= -Werror -DHAVE_GETNAMEINFO -DHAVE_PCAP # Some OpenBSD systems do not provide dlopen(3). #.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k" |