diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 749fca2..fe95639 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.21 1995/09/15 01:05:41 ache Exp $ +# $Id: make.conf,v 1.22 1995/09/28 14:59:44 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 @@ -75,6 +75,6 @@ # SUP updates # #SUP_UPDATE= yes -#SUPFILE= /usr/share/FAQ/extras/standard-supfile -#SUPFILE1= /usr/share/FAQ/extras/secure-supfile -#SUPFILE2= /usr/share/FAQ/extras/ports-supfile +#SUPFILE= /usr/share/examples/sup/standard-supfile +#SUPFILE1= /usr/share/examples/sup/secure-supfile +#SUPFILE2= /usr/share/examples/sup/ports-supfile |