From b032e1f96284477c8d593dffe298f3c0a9632405 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 15 Sep 1995 01:09:59 +0000 Subject: [PATCH] Enhance sup update to run with 3 supfiles: standard/ports/secure --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0b4f73a0897..ccaa8e49faa1 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 "--------------------------------------------------------------"