Author: ngie Date: Sun Oct 22 21:11:59 2017 New Revision: 324872 URL: https://svnweb.freebsd.org/changeset/base/324872
Log: Install missing test input file missed in r324418 While here, remove an unnecessary PACKAGE variable definition (only applies to ^/stable/11+). This is a direct commit to ^/stable/10 Modified: stable/10/usr.bin/bsdcat/tests/Makefile Modified: stable/10/usr.bin/bsdcat/tests/Makefile ============================================================================== --- stable/10/usr.bin/bsdcat/tests/Makefile Sun Oct 22 21:00:59 2017 (r324871) +++ stable/10/usr.bin/bsdcat/tests/Makefile Sun Oct 22 21:11:59 2017 (r324872) @@ -1,7 +1,5 @@ # $FreeBSD$ -PACKAGE= tests - _LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive ATF_TESTS_SH+= functional_test @@ -61,6 +59,7 @@ CLEANFILES+= list.h list.h.tmp FILES+= test_empty.gz.uu FILES+= test_empty.lz4.uu FILES+= test_empty.xz.uu +FILES+= test_empty.zst.uu FILES+= test_expand.Z.uu FILES+= test_expand.bz2.uu FILES+= test_expand.gz.uu _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"