svn commit: r317164 - head/usr.sbin/rpcbind

Ngie Cooper ngie at FreeBSD.org
Wed Apr 19 20:27:15 UTC 2017


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


More information about the svn-src-all mailing list