1 # $NetBSD: bsd.fetch.mk,v 1.6 2007/10/30 23:35:51 rillig Exp $
3 # This Makefile fragment is included by bsd.pkg.mk and defines the
4 # relevant variables and targets for the "fetch" step.
6 # The following are the "public" targets provided by this module:
9 # Downloads all required distfiles for the current package.
12 # Prints a shell script to the standard output that will download
16 # Run fetch for the current package and all dependencies.
18 # The following targets may be overridden in a package Makefile:
21 # Can be used to prepare downloading the distfiles.
23 # Default action: Nothing.
26 # Downloads the distfiles and patches.
28 # Default action (roughly): Downloads all DISTFILES from
29 # MASTER_SITES and puts them into DISTDIR.
32 # Can be used to do something with the downloaded files.
34 # Default action: Nothing.
39 .
include "fetch-list.mk"
40 .
include "distclean.mk"