diff options
author | ache <ache@FreeBSD.org> | 1996-10-05 18:51:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-10-05 18:51:45 +0000 |
commit | 6489788a4c1d78a0de3d8fc247d349879df1d99c (patch) | |
tree | 8ca578babea1f8a10b285857eaed400458e7a107 /etc/defaults | |
parent | 65b9eae0ee48f8d11ffabc3dad31ac2edcea35a9 (diff) | |
download | FreeBSD-src-6489788a4c1d78a0de3d8fc247d349879df1d99c.zip FreeBSD-src-6489788a4c1d78a0de3d8fc247d349879df1d99c.tar.gz |
Add CVSup block (commented out)
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/make.conf | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 8544f2b..43b4ecc 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.31 1996/06/24 16:50:39 nate Exp $ +# $Id: make.conf,v 1.32 1996/09/21 14:30:23 peter 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 @@ -88,9 +88,22 @@ #MAKE_EBONES= yes # # -# SUP updates +# SUP/CVSup updates # #SUP_UPDATE= yes +# +# SUP block +# +#SUP= sup +#SUPFLAGS= -v #SUPFILE= /usr/share/examples/sup/standard-supfile #SUPFILE1= /usr/share/examples/sup/secure-supfile #SUPFILE2= /usr/share/examples/sup/ports-supfile +# +# CVSup block +# +#SUP= cvsup +#SUPFLAGS= -g -L 2 +#SUPFILE= /usr/share/examples/cvsup/standard-supfile +#SUPFILE1= /usr/share/examples/cvsup/secure-supfile +#SUPFILE2= /usr/share/examples/cvsup/ports-supfile |