{DE,}INSTALL_SRC are deprecated because they interfere with the
pkginstall framework.
This commit is contained in:
parent
5ea83c7641
commit
6967adcd13
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: deprecated.map,v 1.36 2006/05/31 02:15:11 rillig Exp $
|
||||
# $NetBSD: deprecated.map,v 1.37 2006/06/17 19:24:49 rillig Exp $
|
||||
#
|
||||
|
||||
# This file contains names of Makefile variables and a short explanation
|
||||
|
@ -86,3 +86,7 @@ BUILDLINK_DEPENDS.* Use BUILDLINK_API_DEPENDS.* instead.
|
|||
BUILDLINK_RECOMMENDED.* Use BUILDLINK_ABI_DEPENDS.* instead.
|
||||
SHLIB_HANDLING Use CHECK_SHLIBS_SUPPORTED instead.
|
||||
USE_RMAN It has been removed.
|
||||
|
||||
# June 2006
|
||||
DEINSTALL_SRC Use the pkginstall framework instead.
|
||||
INSTALL_SRC Use the pkginstall framework instead.
|
||||
|
|
Loading…
Reference in a new issue