From d55aa6df3bd776f6fb0d019d6351ba5256243665 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 28 Sep 1995 14:59:44 +0000 Subject: Change SUPFILEx order, secure first, ports second to make base system update first All stuff commented out --- etc/make.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/make.conf') diff --git a/etc/make.conf b/etc/make.conf index 1db027f..749fca2 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.20 1995/09/15 01:03:55 ache Exp $ +# $Id: make.conf,v 1.21 1995/09/15 01:05:41 ache Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -76,5 +76,5 @@ # #SUP_UPDATE= yes #SUPFILE= /usr/share/FAQ/extras/standard-supfile -#SUPFILE1= /usr/share/FAQ/extras/ports-supfile -#SUPFILE2= /usr/share/FAQ/extras/secure-supfile +#SUPFILE1= /usr/share/FAQ/extras/secure-supfile +#SUPFILE2= /usr/share/FAQ/extras/ports-supfile -- cgit v1.1