Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}

needlessly

This is already being done by bsd.test.mk

The other subdirectory Makefiles were intentionally left alone

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2016-09-18 05:12:23 +00:00
parent a85d4fc7e4
commit 87d5d10d7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305919
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
ATF_TESTS_C+= iconvctl_test

View File

@ -1,7 +1,5 @@
# $FreeBSD$
PACKAGE= tests
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T}
.include <bsd.own.mk>