remove WARNS?=1

This commit is contained in:
lukem 1997-11-08 09:31:04 +00:00
parent c47c1561be
commit b18fa5eb84

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 1997/09/15 10:58:35 lukem Exp $
# $NetBSD: Makefile,v 1.10 1997/11/08 09:31:04 lukem Exp $
# @(#)Makefile 8.2 (Berkeley) 4/17/94
PROG= compress
@ -6,6 +6,5 @@ SRCS= compress.c zopen.c
LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
MLINKS= compress.1 uncompress.1
#MLINKS+=compress.1 zcat.1
WARNS?= 1
.include <bsd.prog.mk>