blob: 2cf7be2e36757634f7d392fb86baea917a3d16b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: zip.mk,v 1.1 2012/01/14 01:52:14 hans Exp $
#
# This file needs to be included before replace.mk as it modifies the
# USE_TOOLS variables that are used by replace.mk.
#
.if !empty(USE_TOOLS:Mzip)
USE_TOOLS+= zipcloak zipnote zipsplit
.elif !empty(USE_TOOLS:Mzip\:run)
USE_TOOLS+= zipcloak:run zipnote:run zipsplit:run
.endif
|