Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 03:39:24 +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: r319028 - head/lib/libc/tests/nss
Message-ID:  <201705280339.v4S3dOWG068295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun May 28 03:39:24 2017
New Revision: 319028
URL: https://svnweb.freebsd.org/changeset/base/319028

Log:
  Sort make variables to suit style.Makefile(5)
  
  This is being done prior to functional changes.
  
  MFC after:	3 days
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/tests/nss/Makefile

Modified: head/lib/libc/tests/nss/Makefile
==============================================================================
--- head/lib/libc/tests/nss/Makefile	Sun May 28 02:55:04 2017	(r319027)
+++ head/lib/libc/tests/nss/Makefile	Sun May 28 03:39:24 2017	(r319028)
@@ -1,18 +1,13 @@
 # $FreeBSD$
 
+.PATH: ${.CURDIR:H}/resolv
+
 PACKAGE=	tests
 
 TESTSDIR=	${TESTSBASE}/lib/libc/nss
 
 BINDIR=		${TESTSDIR}
 
-.PATH: ${.CURDIR:H}/resolv
-
-${PACKAGE}FILES+=	mach
-
-WARNS?=		1
-CFLAGS+=	-I${SRCTOP}/tests
-
 ATF_TESTS_C+=	getaddrinfo_test
 ATF_TESTS_C+=	getgr_test
 ATF_TESTS_C+=	gethostby_test
@@ -23,4 +18,10 @@ ATF_TESTS_C+=	getrpc_test
 ATF_TESTS_C+=	getserv_test
 ATF_TESTS_C+=	getusershell_test
 
+${PACKAGE}FILES+=	mach
+
+WARNS?=		1
+
+CFLAGS+=	-I${SRCTOP}/tests
+
 .include <bsd.test.mk>



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