summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-12-16 01:21:48 +0000
committerbillf <billf@FreeBSD.org>1999-12-16 01:21:48 +0000
commitdd083c4e1ede628f3192010a6c3378342784840b (patch)
tree518c805d3cd92550a1cb67abc7c1725b62e477a5 /Makefile.inc1
parent73b591d0a1c84d964fbfc13c7fbf3f18b3d8d636 (diff)
downloadFreeBSD-src-dd083c4e1ede628f3192010a6c3378342784840b.zip
FreeBSD-src-dd083c4e1ede628f3192010a6c3378342784840b.tar.gz
It is possible for someone to want to 'make update' wht SUPFILE not defined
while SUPFILE1 or PORTSSUPFILE are defined.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4a22e36..2064b05 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -264,7 +264,9 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Running ${SUP}"
@echo "--------------------------------------------------------------"
+.if defined(SUPFILE)
@${SUP} ${SUPFLAGS} ${SUPFILE}
+.endif
.if defined(SUPFILE1)
@${SUP} ${SUPFLAGS} ${SUPFILE1}
.endif
OpenPOWER on IntegriCloud