summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-15 01:09:59 +0000
committerache <ache@FreeBSD.org>1995-09-15 01:09:59 +0000
commit0022607640cc77daceadcf3d5ec52a2478ff84de (patch)
tree0a5c3f783c3e0fbe6321690a3ea8749a1fb37ed6 /Makefile
parentaf12deb11cf866585470c735b91bf2706bd9c2f6 (diff)
downloadFreeBSD-src-0022607640cc77daceadcf3d5ec52a2478ff84de.zip
FreeBSD-src-0022607640cc77daceadcf3d5ec52a2478ff84de.tar.gz
Enhance sup update to run with 3 supfiles: standard/ports/secure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0b4f73..ccaa8e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.58 1995/08/04 12:06:51 asami Exp $
+# $Id: Makefile,v 1.59 1995/08/30 17:27:57 davidg Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -112,6 +112,12 @@ update:
@echo "Running sup"
@echo "--------------------------------------------------------------"
@sup -v ${SUPFILE}
+.if defined(SUPFILE1)
+ @sup -v ${SUPFILE1}
+.endif
+.if defined(SUPFILE2)
+ @sup -v ${SUPFILE2}
+.endif
.endif
.if defined(CVS_UPDATE)
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud