Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / mk / checksum / bsd.checksum-vars.mk
blob674677ef6465dbb97464312307ca136025d2c657
1 # $NetBSD: bsd.checksum-vars.mk,v 1.1 2006/07/13 14:02:34 jlam Exp $
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.
7 # The following variables may be set in a package Makefile:
9 # DISTINFO_FILE is the path to file containing the checksums.
12 DISTINFO_FILE?= ${PKGDIR}/distinfo
14 .if !empty(_CKSUMFILES)
15 USE_TOOLS+= digest:bootstrap
16 .endif