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 /usr.bin/tar/Makefile | |
| parent | 46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (diff) | |
Add HAS_TESTS to all Makefiles that are currently using the
`SUBDIR.${MK_TESTS}+= tests` idiom.
This is a follow up to r321912.
Notes
svn path=/projects/make-check-sandbox/; revision=321914
Diffstat (limited to 'usr.bin/tar/Makefile')
| -rw-r--r-- | usr.bin/tar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 91e51a4b394e..ad50f7d475e1 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -33,6 +33,7 @@ CFLAGS+= -I${_LIBARCHIVEDIR}/libarchive_fe SYMLINKS= bsdtar ${BINDIR}/tar MLINKS= bsdtar.1 tar.1 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |
