]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/Makefile
Sync to HEAD@r274766
[pw-darwin.git] / pw / Makefile
index eae0b879aa5b6c1984427b57a20c4bb775077863..8c5acf901d1c595a44ae235da9924332076b6ea9 100644 (file)
@@ -11,4 +11,10 @@ WARNS?=      2
 DPADD= ${LIBCRYPT} ${LIBUTIL}
 LDADD= -lcrypt -lutil
 
+.include <src.opts.mk>
+
+.if ${MK_TESTS} != "no"
+SUBDIR+=       tests
+.endif
+
 .include <bsd.prog.mk>