mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
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
This commit is contained in:
parent
3bdd6cf05d
commit
ae8cdfddc3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319028
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user