svn commit: r284095 - head/libexec/atrun

Adrian Chadd adrian at FreeBSD.org
Sat Jun 6 19:15:09 UTC 2015


Author: adrian
Date: Sat Jun  6 19:15:08 2015
New Revision: 284095
URL: https://svnweb.freebsd.org/changeset/base/284095

Log:
  Re-introduce this - it doesn't compile clean on a mips target
  (eg CARAMBOLA2.)

Modified:
  head/libexec/atrun/Makefile

Modified: head/libexec/atrun/Makefile
==============================================================================
--- head/libexec/atrun/Makefile	Sat Jun  6 18:49:02 2015	(r284094)
+++ head/libexec/atrun/Makefile	Sat Jun  6 19:15:08 2015	(r284095)
@@ -14,6 +14,7 @@ CLEANFILES= ${MAN}
 CFLAGS+=-I${MAINSRC} -I${.CURDIR}
 CFLAGS+=-DLOGIN_CAP -DPAM
 
+WARNS?=	2
 WFORMAT=0
 
 LIBADD=	pam util


More information about the svn-src-head mailing list