From da2fc8539087dd463808a7a952672f18f079609b Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 24 Mar 2005 22:42:58 +0000 Subject: Don't check for USE_BUILDLINK3 anymore in these files. These are included by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages. --- textproc/xmlcatmgr/catalogs.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'textproc/xmlcatmgr') diff --git a/textproc/xmlcatmgr/catalogs.mk b/textproc/xmlcatmgr/catalogs.mk index c5fa6d4d2a1..b2b283dcdec 100644 --- a/textproc/xmlcatmgr/catalogs.mk +++ b/textproc/xmlcatmgr/catalogs.mk @@ -1,4 +1,4 @@ -# $NetBSD: catalogs.mk,v 1.8 2004/05/06 14:39:05 minskim Exp $ +# $NetBSD: catalogs.mk,v 1.9 2005/03/24 22:42:59 jlam Exp $ # # This Makefile fragment is intended to be included by packages that install # catalog files or DTDs. It takes care of registering them into the right @@ -61,8 +61,6 @@ PRINT_PLIST_AWK+= /^share\/(sgml|xml)\/catalog$$/ \ PRINT_PLIST_AWK+= /^@dirrm share\/(sgml|xml)$$/ \ { print "@comment in xmlcatmgr: " $$0; next; } -.if !empty(USE_BUILDLINK3:M[yY][eE][sS]) -. include "../../textproc/xmlcatmgr/buildlink3.mk" -.endif +.include "../../textproc/xmlcatmgr/buildlink3.mk" .endif # XMLCATMGR_CATALOGS_MK -- cgit v1.2.3