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
c8fd85452a
commit
12c872b706
@ -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…
x
Reference in New Issue
Block a user