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 /bin/ln/Makefile | |
| parent | 46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (diff) | |
Notes
Diffstat (limited to 'bin/ln/Makefile')
| -rw-r--r-- | bin/ln/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 36afc57d8612..dfabafa09a5c 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -10,6 +10,7 @@ MAN= ln.1 symlink.7 LINKS= ${BINDIR}/ln ${BINDIR}/link MLINKS= ln.1 link.1 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |
