diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-02 03:27:55 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-02 03:27:55 +0000 |
commit | b2dff043b037ce218bfb7bd4a8fa632e98c622f7 (patch) | |
tree | 8cade62d835a8490298e4e3c63679e74e8ab03e0 /share | |
parent | 731891940f20ad40d2dbe0ddac02dff3e4f271ea (diff) |
Eh? Why could I finish a make build with this 6 hours ago?
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.regress.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/mk/bsd.regress.mk b/share/mk/bsd.regress.mk index 2e11ce1b734..d65bed8b2fc 100644 --- a/share/mk/bsd.regress.mk +++ b/share/mk/bsd.regress.mk @@ -4,10 +4,9 @@ NOMAN= # No installation. install: -# If REGRESSTARGETS is defined and PROG is not defined, set a dummy -# PROG +# If REGRESSTARGETS is defined and PROG is not defined, set NOPROG .if defined(REGRESSTARGETS) && !defined(PROG) -PROG= +NOPROG= .endif .include <bsd.prog.mk> |