From eee5c6a41fe1332aa0b0e9f37e8f144c0d96c0f6 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 6 Jun 2006 03:35:42 +0000 Subject: Add documentation about which are the public targets for the fetch module. --- mk/fetch/bsd.fetch.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mk/fetch/bsd.fetch.mk') diff --git a/mk/fetch/bsd.fetch.mk b/mk/fetch/bsd.fetch.mk index e311caea9bc..0a2f732cc95 100644 --- a/mk/fetch/bsd.fetch.mk +++ b/mk/fetch/bsd.fetch.mk @@ -1,8 +1,16 @@ -# $NetBSD: bsd.fetch.mk,v 1.1 2006/06/06 03:05:48 jlam Exp $ +# $NetBSD: bsd.fetch.mk,v 1.2 2006/06/06 03:35:42 jlam Exp $ # # This Makefile fragment is included by bsd.pkg.mk and defines the # relevant variables and targets for the "fetch" step. # +# The following are the "public" targets provided by this module: +# +# fetch +# +# The following targets may be overridden in a package Makefile: +# +# pre-fetch, do-fetch, post-fetch +# .include "${PKGSRCDIR}/mk/fetch/sites.mk" .include "${PKGSRCDIR}/mk/fetch/fetch.mk" -- cgit v1.2.3