svn commit: r226420 - head/usr.bin/at

Ed Schouten ed at FreeBSD.org
Sun Oct 16 07:57:01 UTC 2011


Author: ed
Date: Sun Oct 16 07:57:01 2011
New Revision: 226420
URL: http://svn.freebsd.org/changeset/base/226420

Log:
  Build at(1) with NO_WFORMAT instead of WARNS=1.

Modified:
  head/usr.bin/at/Makefile

Modified: head/usr.bin/at/Makefile
==============================================================================
--- head/usr.bin/at/Makefile	Sun Oct 16 07:36:27 2011	(r226419)
+++ head/usr.bin/at/Makefile	Sun Oct 16 07:57:01 2011	(r226420)
@@ -11,7 +11,7 @@ MLINKS=	at.1 batch.1 \
 	at.1 atq.1 \
 	at.1 atrm.1
 
-WARNS?=	1
+NO_WFORMAT=
 
 BINOWN=	root
 BINMODE= 4555


More information about the svn-src-head mailing list