diff options
Diffstat (limited to 'usr.bin/xargs/Makefile')
-rw-r--r-- | usr.bin/xargs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile index caf6d9dd9df6..04cc44840a63 100644 --- a/usr.bin/xargs/Makefile +++ b/usr.bin/xargs/Makefile @@ -6,6 +6,7 @@ PROG= xargs SRCS= xargs.c strnsubst.c +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |