Author: ngie Date: Wed Apr 19 20:27:13 2017 New Revision: 317164 URL: https://svnweb.freebsd.org/changeset/base/317164
Log: Fix indentation per style.Makefile(5) MFC after: 7 weeks Sponsored by: Dell EMC Isilon Modified: head/usr.sbin/rpcbind/Makefile Modified: head/usr.sbin/rpcbind/Makefile ============================================================================== --- head/usr.sbin/rpcbind/Makefile Wed Apr 19 20:23:27 2017 (r317163) +++ head/usr.sbin/rpcbind/Makefile Wed Apr 19 20:27:13 2017 (r317164) @@ -15,12 +15,12 @@ CFLAGS+= -DINET6 .endif .if ${MK_TCP_WRAPPERS} != "no" -CFLAGS+= -DLIBWRAP -LIBADD+= wrap +CFLAGS+= -DLIBWRAP +LIBADD+= wrap .endif .if ${MK_TESTS} != "no" -SUBDIR+= tests +SUBDIR+= tests .endif WARNS?= 1 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"