$OpenBSD: patch-Makefile,v 1.1.1.1 2004/05/10 04:39:03 dons Exp $ Add a nice regress target --- Makefile.orig 2004-04-30 12:00:46.000000000 +1000 +++ Makefile 2004-04-30 12:04:04.000000000 +1000 @@ -490,3 +490,6 @@ realclean: clean cleanC rm -rf $(LIBDIR)/$(MACHINE) rm -f script/hmake-PRAGMA.o script/hmake-PRAGMA.hi rm -f script/nhc98 script/greencard script/hmake + +regress:: + @(cd ../nhc98-1.16-regress/ && ./configure && gmake check)