svn commit: r211040 - head/usr.sbin/syslogd

Oliver Fromme olli at FreeBSD.org
Sat Aug 7 20:46:30 UTC 2010


Author: olli
Date: Sat Aug  7 20:46:30 2010
New Revision: 211040
URL: http://svn.freebsd.org/changeset/base/211040

Log:
  jh pointed out that src/usr.sbin already has a global
  WARNS=6 setting in HEAD (unlike stable/8), so it's best
  to remove the line entirely.
  
  Pointed out by:	jh
  Approved by:	des (mentor)

Modified:
  head/usr.sbin/syslogd/Makefile

Modified: head/usr.sbin/syslogd/Makefile
==============================================================================
--- head/usr.sbin/syslogd/Makefile	Sat Aug  7 20:33:29 2010	(r211039)
+++ head/usr.sbin/syslogd/Makefile	Sat Aug  7 20:46:30 2010	(r211040)
@@ -12,8 +12,6 @@ SRCS=	syslogd.c ttymsg.c
 DPADD=	${LIBUTIL}
 LDADD=	-lutil
 
-WARNS?=	6
-
 .if ${MK_INET6_SUPPORT} != "no"
 CFLAGS+= -DINET6
 .endif


More information about the svn-src-all mailing list