freebsd-src/share/mk
Jordan K. Hubbard cd003c0b48 Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolved
to a reasonable compromise:

MASTER_SITES now contains a space seperated list of sites for which each
DISTFILE may be retrieved.  This should be a directory spec, which will be
concatenated with each file in DISTFILES.  HOME_LOCATION is *gone* now
and isn't used for anything, so you can delete it from your Makefiles.
If you want to force a fetch from a given location, simply do something like:

	MASTER_SITES=	ftp://fnord.foo.bar/pub/dist
	DISTFILES=	a.tar.gz b.tar.gz

Your entry in MASTER_SITES will be tried first to fetch a.tar.gz and
b.tar.gz, followed by any master sites we have set up (right now, only
freebsd.cdrom.com).
1994-09-13 06:22:11 +00:00
..
bsd.dep.mk Add a couple of files we created in 1.x. 1994-08-04 21:10:08 +00:00
bsd.doc.mk Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 15:37:40 +00:00
bsd.lib.mk Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 15:37:40 +00:00
bsd.man.mk Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 15:37:40 +00:00
bsd.own.mk Add a couple of files we created in 1.x. 1994-08-04 21:10:08 +00:00
bsd.port.mk Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolved 1994-09-13 06:22:11 +00:00
bsd.port.subdir.mk Whoops - left out the package rule! 1994-08-22 13:02:16 +00:00
bsd.prog.mk Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap 1994-09-11 21:32:28 +00:00
bsd.README Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap 1994-09-11 21:32:28 +00:00
bsd.subdir.mk Use ${ECHODIR} instead of `echo' for printing directory names so that 1994-08-28 15:35:30 +00:00
Makefile Add the installation of bsd.README. Realphabitize the FILES= list. 1994-09-07 09:18:44 +00:00
sys.mk The .c: rule added by Bruce, but as yet unused, causes serious problems 1994-09-07 06:52:25 +00:00