svn commit: r201724 - head/usr.sbin/cdcontrol

David Malone dwmalone at FreeBSD.org
Thu Jan 7 09:40:35 UTC 2010


Author: dwmalone
Date: Thu Jan  7 09:40:34 2010
New Revision: 201724
URL: http://svn.freebsd.org/changeset/base/201724

Log:
  This now passes a make universe with WARNS=6.

Modified:
  head/usr.sbin/cdcontrol/Makefile

Modified: head/usr.sbin/cdcontrol/Makefile
==============================================================================
--- head/usr.sbin/cdcontrol/Makefile	Thu Jan  7 09:37:59 2010	(r201723)
+++ head/usr.sbin/cdcontrol/Makefile	Thu Jan  7 09:40:34 2010	(r201724)
@@ -2,8 +2,6 @@
 
 PROG= cdcontrol
 
-WARNS?= 3
-
 DPADD=	${LIBEDIT} ${LIBTERMCAP}
 LDADD=	-ledit -ltermcap
 


More information about the svn-src-head mailing list