XXX: -Wno-error for sm_client.c / sm_manager.c

This commit is contained in:
mrg 2008-07-31 01:33:54 +00:00
parent 36bfdec773
commit 3141b62a31
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:21 mrg Exp $
# $NetBSD: Makefile,v 1.2 2008/07/31 01:33:54 mrg Exp $
.include <bsd.own.mk>
@ -21,5 +21,9 @@ CPPFLAGS.sm_genid.c= $(CONN_DEFINES)
LIBDPLIBS=ICE ${.CURDIR}/../libICE
# XXXMRG
COPTS.sm_client.c= -Wno-error
COPTS.sm_manager.c= -Wno-error
.include <bsd.x11.mk>
.include <bsd.lib.mk>