diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:50:42 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:50:42 +0000 |
commit | d511b20a693d77c1dc2491a62124471361eddd8e (patch) | |
tree | 0e48f6f74b51451185cd0d8b365c12092afdd206 /lib/libarchive | |
parent | 46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (diff) | |
download | src-d511b20a693d77c1dc2491a62124471361eddd8e.tar.gz src-d511b20a693d77c1dc2491a62124471361eddd8e.zip |
Notes
Diffstat (limited to 'lib/libarchive')
-rw-r--r-- | lib/libarchive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 228854eeb3de..9935d927a03f 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -413,6 +413,7 @@ MLINKS+= archive_write_set_options.3 archive_write_set_format_option.3 MLINKS+= archive_write_set_options.3 archive_write_set_option.3 MLINKS+= libarchive.3 archive.3 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.lib.mk> |