use WARNS=0 not WARNS?=0 to disable warnings

This commit is contained in:
lukem 1997-10-19 13:00:58 +00:00
parent 9a6b94bd72
commit 8566a4f96c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 1997/10/18 13:04:59 lukem Exp $
# $NetBSD: Makefile,v 1.19 1997/10/19 13:00:58 lukem Exp $
WARNS?= 0
WARNS= 0
PROG= crontab
SRCS= crontab.c misc.c entry.c env.c
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1