Commit Diff


commit - f86347934ff76ae677658de3bd1b5d0e9d02a9a6
commit + cbe4991f6522bdf0e348a5e5b9db375c0a21d70a
blob - d14847a79bb0de1171b72e1aeb01a7105d059fcc
blob + 97c2e6346d4128d75f106a9839b354ae0ad5931d
--- regress/Makefile
+++ regress/Makefile
@@ -1,3 +1,7 @@
 SUBDIR = cmdline delta deltify idset path fetch
 
-#.include <bsd.subdir.mk>
+.if make(clean)
+SUBDIR += gotd 
+.endif
+
+.include <bsd.subdir.mk>