Commit Diff
--- Makefile +++ Makefile @@ -1,3 +1,7 @@ -SUBDIR = libexec got tog regress +SUBDIR = libexec got tog +.if make(regress) +SUBDIR += regress +.endif + .include <bsd.subdir.mk>
--- Makefile +++ Makefile @@ -1,3 +1,7 @@ -SUBDIR = libexec got tog regress +SUBDIR = libexec got tog +.if make(regress) +SUBDIR += regress +.endif + .include <bsd.subdir.mk>