diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-18 17:17:46 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-18 17:17:46 +0000 |
| commit | fe815331bb40604ba31312acf7e4619674631777 (patch) | |
| tree | c81780275dd6e888c4f23a7ee44cd37f687bc5f8 /usr.bin/tar | |
| parent | f9cc8410e16ab0870c218b7a9541464ef10a8d34 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar')
| -rw-r--r-- | usr.bin/tar/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tar/tests/Makefile b/usr.bin/tar/tests/Makefile index f537274021c5..d9ebfc2072ce 100644 --- a/usr.bin/tar/tests/Makefile +++ b/usr.bin/tar/tests/Makefile @@ -2,6 +2,8 @@ PACKAGE= tests +WARNS?= 3 + _LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive ATF_TESTS_SH+= functional_test |
