Date: Tue, 18 Nov 2008 00:59:27 +0000 (UTC) From: Matteo Riondato <matteo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185042 - head/usr.sbin/cron/lib Message-ID: <200811180059.mAI0xR9v063231@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matteo Date: Tue Nov 18 00:59:26 2008 New Revision: 185042 URL: http://svn.freebsd.org/changeset/base/185042 Log: use WARNS?= instead of WARNS= MFC after: 3 days Modified: head/usr.sbin/cron/lib/Makefile Modified: head/usr.sbin/cron/lib/Makefile ============================================================================== --- head/usr.sbin/cron/lib/Makefile Tue Nov 18 00:39:50 2008 (r185041) +++ head/usr.sbin/cron/lib/Makefile Tue Nov 18 00:59:26 2008 (r185042) @@ -4,7 +4,7 @@ LIB= cron INTERNALLIB= SRCS= entry.c env.c misc.c -WARNS = 3 +WARNS?= 3 CFLAGS+= -I${.CURDIR}/../cron CFLAGS+= -DLOGIN_CAP -DPAM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811180059.mAI0xR9v063231>