diff options
author | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2012-09-12 09:19:55 +0000 |
---|---|---|
committer | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2012-09-12 09:19:55 +0000 |
commit | 85a8e82c65809b85d5851a8b7eabf8e16dbf272e (patch) | |
tree | 134ac1e12fbcbaeecc23ae3fbaa2ffe4a2722994 /usr.sbin/mksuncd | |
parent | ffbfc32cccf051b211b583abfe3d862bbfd07e80 (diff) |
Define empty CDIAGFLAGS for programs that use Werror.
Makes "make build" build with WARNINGS=Yes on amd64.
ok espie
Diffstat (limited to 'usr.sbin/mksuncd')
-rw-r--r-- | usr.sbin/mksuncd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mksuncd/Makefile b/usr.sbin/mksuncd/Makefile index aea07208ae7..b4bb250851a 100644 --- a/usr.sbin/mksuncd/Makefile +++ b/usr.sbin/mksuncd/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2008/09/12 15:59:37 jmc Exp $ +# $OpenBSD: Makefile,v 1.3 2012/09/12 09:19:54 haesbaert Exp $ .if ${MACHINE} == "sparc64" PROG= mksuncd CFLAGS+=-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes +CDIAGFLAGS= .else NOPROG= |