12 lines
337 B
Makefile
12 lines
337 B
Makefile
|
# $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
|