svn commit: r226726 - head/sbin/hastctl

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Oct 25 12:26:20 UTC 2011


Author: pjd
Date: Tue Oct 25 12:26:19 2011
New Revision: 226726
URL: http://svn.freebsd.org/changeset/base/226726

Log:
  Remove duplicated line.
  
  MFC after:	3 days

Modified:
  head/sbin/hastctl/Makefile

Modified: head/sbin/hastctl/Makefile
==============================================================================
--- head/sbin/hastctl/Makefile	Tue Oct 25 10:33:26 2011	(r226725)
+++ head/sbin/hastctl/Makefile	Tue Oct 25 12:26:19 2011	(r226726)
@@ -28,7 +28,6 @@ CFLAGS+=-DINET6
 .endif
 # This is needed to have WARNS > 1.
 CFLAGS+=-DYY_NO_UNPUT
-CFLAGS+=-DYY_NO_INPUT
 
 DPADD=	${LIBL} ${LIBUTIL}
 LDADD=	-ll -lutil


More information about the svn-src-all mailing list