Commit Diff
--- regress/Makefile +++ regress/Makefile @@ -1,3 +1,7 @@ SUBDIR = cmdline delta deltify idset path fetch +.if make(clean) +SUBDIR += gotd +.endif + .include <bsd.subdir.mk>
--- regress/Makefile +++ regress/Makefile @@ -1,3 +1,7 @@ SUBDIR = cmdline delta deltify idset path fetch +.if make(clean) +SUBDIR += gotd +.endif + .include <bsd.subdir.mk>