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.sbin/etcupdate | |
parent | 46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (diff) | |
download | src-test2-d511b20a693d77c1dc2491a62124471361eddd8e.tar.gz src-test2-d511b20a693d77c1dc2491a62124471361eddd8e.zip |
Notes
Diffstat (limited to 'usr.sbin/etcupdate')
-rw-r--r-- | usr.sbin/etcupdate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/etcupdate/Makefile b/usr.sbin/etcupdate/Makefile index bfdf1953b265..46edaf03baf1 100644 --- a/usr.sbin/etcupdate/Makefile +++ b/usr.sbin/etcupdate/Makefile @@ -5,6 +5,7 @@ SCRIPTS=etcupdate.sh MAN= etcupdate.8 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |