summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-03 19:08:45 +0000
committergjb <gjb@FreeBSD.org>2016-02-03 19:08:45 +0000
commitae6f20360349bac54d30fa9c9c20a2366905b725 (patch)
tree891524ce59d1069a3a30f24230272ae586baf8ab /lib/libc/tests
parent1bdf892d492fd6b19da90cc960ca556a47963e5d (diff)
downloadFreeBSD-src-ae6f20360349bac54d30fa9c9c20a2366905b725.zip
FreeBSD-src-ae6f20360349bac54d30fa9c9c20a2366905b725.tar.gz
More 'tests' packaging fixes.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/tests')
-rw-r--r--lib/libc/tests/sys/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/tests/sys/Makefile b/lib/libc/tests/sys/Makefile
index 69f5f65..786e292 100644
--- a/lib/libc/tests/sys/Makefile
+++ b/lib/libc/tests/sys/Makefile
@@ -72,13 +72,15 @@ WARNS?= 3
WARNS?= 4
.endif
-FILESGROUPS= FILES truncate_test_FILES
+FILESGROUPS+= FILES truncate_test_FILES
truncate_test_FILES= truncate_test.root_owned
truncate_test_FILESDIR= ${TESTSDIR}
truncate_test_FILESMODE= 0600
truncate_test_FILESOWNER= root
truncate_test_FILESGRP= wheel
+truncate_test_FILESPACKAGE= ${PACKAGE}
+FILESPACKAGE= ${PACKAGE}
CLEANFILES= truncate_test.root_owned
truncate_test.root_owned:
OpenPOWER on IntegriCloud