diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-03-23 07:42:50 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-03-23 07:42:50 +0000 |
commit | 1806df5d6e808127858cb5acb12dbc0c0cccd6dc (patch) | |
tree | 428dd74bdf4b72ab3a6979aba1ce59e6df6b7361 /mk | |
parent | ffd0930d3ad252e3c47caaa6ef9aa58b42863904 (diff) | |
download | pkgsrc-1806df5d6e808127858cb5acb12dbc0c0cccd6dc.tar.gz |
Document ALL_TARGET and INSTALL_TARGET, as per PR 5186.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 | ||||
-rw-r--r-- | mk/bsd.port.mk | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index bbdb290bfb5..bf8c55b6466 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.58 1998/03/09 18:36:51 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.59 1998/03/23 07:42:50 hubertf Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -221,6 +221,10 @@ NetBSD_MAINTAINER= agc@netbsd.org # on this architecture. Set to YES to insist on # e.g. fetching all distfiles (for interactive use in # ${PORTSDIR}, mostly. +# ALL_TARGET - The target to pass to make in the package when building. +# (default: "all") +# INSTALL_TARGET- The target to pass to make in the package when installing. +# (default: "install") # # Motif support: # diff --git a/mk/bsd.port.mk b/mk/bsd.port.mk index a340384486d..0be017c02cb 100644 --- a/mk/bsd.port.mk +++ b/mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.port.mk,v 1.58 1998/03/09 18:36:51 agc Exp $ +# $NetBSD: bsd.port.mk,v 1.59 1998/03/23 07:42:50 hubertf Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -221,6 +221,10 @@ NetBSD_MAINTAINER= agc@netbsd.org # on this architecture. Set to YES to insist on # e.g. fetching all distfiles (for interactive use in # ${PORTSDIR}, mostly. +# ALL_TARGET - The target to pass to make in the package when building. +# (default: "all") +# INSTALL_TARGET- The target to pass to make in the package when installing. +# (default: "install") # # Motif support: # |