Module Name:    src
Committed By:   dholland
Date:           Sun Aug 11 06:33:30 UTC 2013

Modified Files:
        src/usr.bin/vndcompress: Makefile

Log Message:
Remove redundant WARNS=5.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/vndcompress/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/vndcompress/Makefile
diff -u src/usr.bin/vndcompress/Makefile:1.3 src/usr.bin/vndcompress/Makefile:1.4
--- src/usr.bin/vndcompress/Makefile:1.3	Fri May  3 23:28:15 2013
+++ src/usr.bin/vndcompress/Makefile	Sun Aug 11 06:33:30 2013
@@ -7,8 +7,6 @@ MLINKS=	vndcompress.1 vnduncompress.1
 DPADD+=	${LIBZ}
 LDADD+=	-lz
 
-WARNS=	5
-
 .include <bsd.prog.mk>
 
 TESTFILES+=	oneblock

Reply via email to