diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-03 19:08:45 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-03 19:08:45 +0000 |
commit | ae6f20360349bac54d30fa9c9c20a2366905b725 (patch) | |
tree | 891524ce59d1069a3a30f24230272ae586baf8ab /lib/libc/tests | |
parent | 1bdf892d492fd6b19da90cc960ca556a47963e5d (diff) | |
download | FreeBSD-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/Makefile | 4 |
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: |