Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2017 20:27:14 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317164 - head/usr.sbin/rpcbind
Message-ID:  <201704192027.v3JKREdh086970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704192027.v3JKREdh086970>