From b3ef7604b99862604170dcfb1e506e1654662a0d Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 19 Sep 2016 06:59:17 +0000 Subject: [PATCH] Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and add it to lib/libc/tests/sys/Makefile [*] Even though make -VPACKAGE and make -n install seem to do the right thing, the effects are a bit different, depending on the build host. MFC after: 1 week Obtained from: HardenedBSD (af602f0db) [*] Reported by: Oliver Pinter [*] Sponsored by: Dell EMC Isilon --- lib/libc/tests/net/getaddrinfo/Makefile | 2 ++ lib/libc/tests/sys/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/libc/tests/net/getaddrinfo/Makefile b/lib/libc/tests/net/getaddrinfo/Makefile index 889c2057663..96b60d2a979 100644 --- a/lib/libc/tests/net/getaddrinfo/Makefile +++ b/lib/libc/tests/net/getaddrinfo/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= tests + TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T} .include diff --git a/lib/libc/tests/sys/Makefile b/lib/libc/tests/sys/Makefile index 4c2b3cf5855..42427e841dc 100644 --- a/lib/libc/tests/sys/Makefile +++ b/lib/libc/tests/sys/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= tests + .include ATF_TESTS_C+= queue_test