diff options
Diffstat (limited to 'usr.bin/getconf/Makefile')
-rw-r--r-- | usr.bin/getconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile index 46e999c86258..a5cdc0423a25 100644 --- a/usr.bin/getconf/Makefile +++ b/usr.bin/getconf/Makefile @@ -37,6 +37,7 @@ conflicting.names: confstr.names limits.names sysconf.names unique.names: conflicting.names LC_ALL=C sort -u ${.ALLSRC} >${.TARGET} +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |