2008-05-22 18:27:22 +02:00
|
|
|
# $NetBSD: bsd.checksum-vars.mk,v 1.2 2008/05/22 16:27:22 joerg Exp $
|
2006-07-13 16:02:34 +02:00
|
|
|
#
|
|
|
|
# This Makefile fragment is included separately by bsd.pkg.mk and
|
|
|
|
# defines some variables which must be defined earlier than where
|
|
|
|
# bsd.checksum.mk is included.
|
|
|
|
#
|
|
|
|
# The following variables may be set in a package Makefile:
|
|
|
|
#
|
|
|
|
# DISTINFO_FILE is the path to file containing the checksums.
|
|
|
|
#
|
|
|
|
|
|
|
|
DISTINFO_FILE?= ${PKGDIR}/distinfo
|
2008-05-22 18:27:22 +02:00
|
|
|
|
|
|
|
.if !empty(_CKSUMFILES)
|
|
|
|
USE_TOOLS+= digest:bootstrap
|
|
|
|
.endif
|