summaryrefslogtreecommitdiff
path: root/mk/repro/repro.mk
blob: eb821cb397c801e7893794833dffcd1679b407a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: repro.mk,v 1.1 2017/11/12 13:34:14 khorben Exp $
#
# Infrastructure support for PKGSRC_MKREPRO.
#
# Keywords: reproducible
#

.if ${_PKGSRC_MKREPRO} == "yes"

# force ar(1) to be deterministic
TOOLS_CREATE+=	ar
TOOLS_PATH.ar?=	${PKGSRCDIR}/mk/repro/ar
TOOLS_ARGS.ar?=	D

.endif