blob: 509623f52f251453e30d6337e1d2093add077bae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: bsd.patch.mk,v 1.2 2008/01/04 01:46:27 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and defines the
# relevant variables and targets for the "patch" phase.
#
# The following are the "public" targets provided by this module:
#
# patch
#
# The following targets may be overridden in a package Makefile:
#
# pre-patch, do-patch, post-patch
#
.include "patch.mk"
|