diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:38:36 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:38:36 +0000 |
commit | 46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (patch) | |
tree | ac857a66eb2d6f1611fb8ccbaea90c2b45b04658 /sbin/devd | |
parent | 8c09935728787235a761b6104c91ad6885ed4cd8 (diff) | |
parent | 4b330699f819a81d8e34d471225143ffeb321855 (diff) | |
download | src-46b37aa2c4068c1a237b0a7e61b8c2f953b3708c.tar.gz src-46b37aa2c4068c1a237b0a7e61b8c2f953b3708c.zip |
MFhead@r321912
Notes
Notes:
svn path=/projects/make-check-sandbox/; revision=321913
Diffstat (limited to 'sbin/devd')
-rw-r--r-- | sbin/devd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 4e5fa4710e03..3701e6e9457d 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -18,8 +18,6 @@ CFLAGS+=-I. -I${.CURDIR} CLEANFILES= y.output -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |