diff options
author | ngie <ngie@FreeBSD.org> | 2016-10-21 08:33:51 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-10-21 08:33:51 +0000 |
commit | 4f9090a460e8c63d5eacd552ab57b5c0403a5e44 (patch) | |
tree | f20d49f958a80fc3f449745f88a88e876a1a5b9d | |
parent | 9b6a6fe33637cab4f4f1cb90888c68f1d302b427 (diff) | |
download | FreeBSD-src-4f9090a460e8c63d5eacd552ab57b5c0403a5e44.zip FreeBSD-src-4f9090a460e8c63d5eacd552ab57b5c0403a5e44.tar.gz |
MFC r305961:
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.
Obtained from: HardenedBSD (af602f0db) [*]
-rw-r--r-- | lib/libc/tests/net/getaddrinfo/Makefile | 2 | ||||
-rw-r--r-- | lib/libc/tests/sys/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/tests/net/getaddrinfo/Makefile b/lib/libc/tests/net/getaddrinfo/Makefile index 889c205..96b60d2 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 <bsd.own.mk> diff --git a/lib/libc/tests/sys/Makefile b/lib/libc/tests/sys/Makefile index 6711287..08c4618 100644 --- a/lib/libc/tests/sys/Makefile +++ b/lib/libc/tests/sys/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= tests + .include <bsd.own.mk> ATF_TESTS_C+= queue_test |