update Mon Mar 15 12:37:00 PDT 2010
[pkgsrc.git] / mk / checksum / bsd.checksum-vars.mk
1 # $NetBSD: bsd.checksum-vars.mk,v 1.2 2008/05/22 16:27:22 joerg Exp $
2 #
3 # This Makefile fragment is included separately by bsd.pkg.mk and
4 # defines some variables which must be defined earlier than where
5 # bsd.checksum.mk is included.
6 #
7 # The following variables may be set in a package Makefile:
8 #
9 #    DISTINFO_FILE is the path to file containing the checksums.
10 #
11
12 DISTINFO_FILE?=         ${PKGDIR}/distinfo
13
14 .if !empty(_CKSUMFILES)
15 USE_TOOLS+=     digest:bootstrap
16 .endif