Author: ngie
Date: Sun Sep 18 05:12:23 2016
New Revision: 305919
URL: https://svnweb.freebsd.org/changeset/base/305919

Log:
  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

Modified:
  head/lib/libc/tests/iconv/Makefile
  head/lib/libc/tests/net/getaddrinfo/Makefile

Modified: head/lib/libc/tests/iconv/Makefile
==============================================================================
--- head/lib/libc/tests/iconv/Makefile  Sun Sep 18 05:10:15 2016        
(r305918)
+++ head/lib/libc/tests/iconv/Makefile  Sun Sep 18 05:12:23 2016        
(r305919)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-PACKAGE=       tests
-
 TESTSDIR=      ${TESTSBASE}/lib/libc/iconv
 
 ATF_TESTS_C+=  iconvctl_test

Modified: head/lib/libc/tests/net/getaddrinfo/Makefile
==============================================================================
--- head/lib/libc/tests/net/getaddrinfo/Makefile        Sun Sep 18 05:10:15 
2016        (r305918)
+++ head/lib/libc/tests/net/getaddrinfo/Makefile        Sun Sep 18 05:12:23 
2016        (r305919)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-PACKAGE=       tests
-
 TESTSRC=       ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T}
 
 .include <bsd.own.mk>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to