summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2014-10-02 19:53:37 +0000
committerBrad Davis <brd@FreeBSD.org>2014-10-02 19:53:37 +0000
commit29b28954b6287cdbfb454e89aae39fefae091a30 (patch)
tree5e940cb436022312452753bf4b2f54af00e8f6e5 /pw/Makefile
parentc060b30250b3b666ae19dc91192abdfc89250b62 (diff)
downloadpw-darwin-29b28954b6287cdbfb454e89aae39fefae091a30.tar.gz
pw-darwin-29b28954b6287cdbfb454e89aae39fefae091a30.tar.zst
pw-darwin-29b28954b6287cdbfb454e89aae39fefae091a30.zip
- Add a test for bug 191427 where pw(8) will go into an infinite loop
Reviewed by: will MFC after: 1 month
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/pw/Makefile b/pw/Makefile
index eae0b87..8c5acf9 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -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>