diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index bdccf5f18236..3f44f6c28fa2 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -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