1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

build with warnings

This commit is contained in:
tedu 2015-02-09 13:04:58 +00:00
parent d6d41fe686
commit ec2284a0f3
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2015/02/09 12:37:47 tedu Exp $
# $OpenBSD: Makefile,v 1.5 2015/02/09 13:04:58 tedu Exp $
PROG= zdump
MAN= zdump.8
CFLAGS+=-Wall
.include <bsd.prog.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2015/02/09 12:37:47 tedu Exp $
# $OpenBSD: Makefile,v 1.5 2015/02/09 13:04:58 tedu Exp $
PROG= zic
SRCS= zic.c scheck.c
MAN= zic.8
CFLAGS+=-I${.CURDIR}/../../lib/libc/time
CFLAGS+=-I${.CURDIR}/../../lib/libc/time -Wall
.include <bsd.prog.mk>