{DE,}INSTALL_SRC are deprecated because they interfere with the

pkginstall framework.
This commit is contained in:
rillig 2006-06-17 19:24:49 +00:00
parent 5ea83c7641
commit 6967adcd13

View file

@ -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.