From 0022607640cc77daceadcf3d5ec52a2478ff84de Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 15 Sep 1995 01:09:59 +0000 Subject: Enhance sup update to run with 3 supfiles: standard/ports/secure --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 "--------------------------------------------------------------" -- cgit v1.1