From 765504717b4834b42096d926ae18a9fbdce13bf3 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 20 May 2001 01:58:19 +0000 Subject: make the bin-install target look at some FTP servers (stored in BINPKG_SITES). As discussed on tech-pkg. --- mk/mk.conf.example | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'mk/mk.conf.example') diff --git a/mk/mk.conf.example b/mk/mk.conf.example index d5706ca2523..01c6ad116d8 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.210 2001/05/18 06:01:35 jlam Exp $ +# $NetBSD: mk.conf.example,v 1.211 2001/05/20 01:58:21 hubertf Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -283,6 +283,20 @@ # Possible: defined, not defined # Default: not defined +#BINPKG_SITE=... +# Whitespace seperated list of URLs for binary packages. Directories +# "All" etc. are expected in the named place, variables "rel" and +# "arch" are replaced with OS release ("1.5", ...) and architecture +# ("mipsel", ...) +# Possible: any ftp url, see above. +# Default: ftp://ftp.netbsd.org/pub/NetBSD/packages/$${rel}/$${arch} + +#BIN_INSTALL_FLAGS= +# List of flags passed to pkg_add(8) in the bin_install package. +# Possible: -v, -u, etc. See pkg_add(8) +# Default: (no option) + + # # Definitions used only in the packages collection # -- cgit v1.2.3