diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:14:06 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:14:06 +0000 |
| commit | 8c09935728787235a761b6104c91ad6885ed4cd8 (patch) | |
| tree | 656506d15b213cca9be7a5a93c648871491e0f15 /usr.bin/stat | |
| parent | 5e291c3faf37cc6fa065555c34041e5e67838a83 (diff) | |
Notes
Diffstat (limited to 'usr.bin/stat')
| -rw-r--r-- | usr.bin/stat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile index bc560a4243d0..e0a5a10bcf58 100644 --- a/usr.bin/stat/Makefile +++ b/usr.bin/stat/Makefile @@ -7,6 +7,7 @@ PROG= stat LINKS= ${BINDIR}/stat ${BINDIR}/readlink MLINKS= stat.1 readlink.1 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |
