diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index af881c521..1baffb4df 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.274 2006/01/01 08:47:05 djm Exp $ | 1 | # $Id: Makefile.in,v 1.275 2006/02/19 11:50:20 dtucker Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -410,6 +410,9 @@ tests: $(TARGETS) | |||
410 | EXEEXT="$(EXEEXT)" \ | 410 | EXEEXT="$(EXEEXT)" \ |
411 | $@ | 411 | $@ |
412 | 412 | ||
413 | compat-tests: $(LIBCOMPAT) | ||
414 | (cd openbsd-compat/regress && $(MAKE)) | ||
415 | |||
413 | regressclean: | 416 | regressclean: |
414 | if [ -f regress/Makefile ] && [ -r regress/Makefile ]; then \ | 417 | if [ -f regress/Makefile ] && [ -r regress/Makefile ]; then \ |
415 | (cd regress && $(MAKE) clean) \ | 418 | (cd regress && $(MAKE) clean) \ |