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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"