Date: Sat, 6 Jun 2015 19:15:09 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284095 - head/libexec/atrun Message-ID: <201506061915.t56JF9Rq018267@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061915.t56JF9Rq018267>