|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.12, 1993/07/04 14:02:11 | version 1.13, 1993/07/07 12:55:48 | ||
|---|---|---|---|
|
|
||
| SUBDIR+= sys | SUBDIR+= sys | ||
| .if exists(regress) | |||
| .ifmake !(install) | .ifmake !(install) | ||
| SUBDIR+= regress | SUBDIR+= regress | ||
| .endif | .endif | ||
|
|
||
| regression-tests: | regression-tests: | ||
| @echo Running regression tests... | @echo Running regression tests... | ||
| @( cd regress; make regress ) | @( cd regress; make regress ) | ||
| .endif | |||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> |