put back -Werror

This commit is contained in:
christos 2009-12-14 02:09:39 +00:00
parent 4979791cbe
commit e28d07b4f4

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.1 2009/12/13 17:13:48 kardel Exp $
# $NetBSD: Makefile.inc,v 1.2 2009/12/14 02:09:39 christos Exp $
.if !defined(NTP_MAKEFILE_INC)
NTP_MAKEFILE_INC=yes
@ -6,6 +6,7 @@ NTP_MAKEFILE_INC=yes
USE_FORT?= yes # network client/server
WARNS?= 0
COPTS+=-Werror
.include <bsd.own.mk>
@ -54,4 +55,4 @@ version.c: ${LIBNTP}/libntp.a ${.CURDIR}/../../scripts/mkver ${.CURDIR}/../../im
.include "${.CURDIR}/../../Makefile.inc"
.endif
.endif
.endif