diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:35:51 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:35:51 +0000 |
| commit | 4b330699f819a81d8e34d471225143ffeb321855 (patch) | |
| tree | 3794bbf32b858fa79c3e362a4b95adc8a7863010 /usr.bin/lastcomm | |
| parent | cd155b56033ab2693464bdade23e2ccd623e9936 (diff) | |
Notes
Diffstat (limited to 'usr.bin/lastcomm')
| -rw-r--r-- | usr.bin/lastcomm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile index 238551bc88dc..83a4f96a4c87 100644 --- a/usr.bin/lastcomm/Makefile +++ b/usr.bin/lastcomm/Makefile @@ -8,8 +8,6 @@ PACKAGE=acct PROG= lastcomm SRCS= lastcomm.c readrec.c -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |
