blob: 3c837c7afbe10f8d8587306bd0274991b770f83e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: bsd.extract.mk,v 1.1 2006/06/06 03:05:48 jlam Exp $
#
# This Makefile fragment is included to bsd.pkg.mk and defines the
# relevant variables and targets for the "extract" phase.
#
# The following are the "public" targets provided by this module:
#
# extract
#
# The following targets may be overridden in a package Makefile:
#
# pre-extract, do-extract, post-extract
#
.include "${PKGSRCDIR}/mk/extract/extract.mk"
|