summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-02 03:27:55 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-02 03:27:55 +0000
commitb2dff043b037ce218bfb7bd4a8fa632e98c622f7 (patch)
tree8cade62d835a8490298e4e3c63679e74e8ab03e0 /share
parent731891940f20ad40d2dbe0ddac02dff3e4f271ea (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.mk5
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>