From 8da0cdded243bc7597826774bce31414087f010d Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 13 Jan 2006 22:37:02 +0000 Subject: Remove the show-shlib-type target since it's no longer needed ... the same value is returned by querying for SHLIB_TYPE via show-var, so convert the only remaining use of show-shlib-type to just use SHLIB_TYPE. --- mk/plist/plist.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'mk/plist/plist.mk') diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk index 4575bb309cb..da6e809f08d 100644 --- a/mk/plist/plist.mk +++ b/mk/plist/plist.mk @@ -1,4 +1,4 @@ -# $NetBSD: plist.mk,v 1.1 2006/01/12 23:43:57 jlam Exp $ +# $NetBSD: plist.mk,v 1.2 2006/01/13 22:37:02 jlam Exp $ # # This Makefile fragment handles the creation of PLISTs for use by # pkg_create(8). @@ -150,12 +150,6 @@ _SHLIB_TYPE_cmd= \ RM=${TOOLS_RM:Q} TEST=${TOOLS_TEST:Q} \ ${SH} ${.CURDIR}/../../mk/plist/shlib-type ${_OPSYS_SHLIB_TYPE:Q} -.if !target(show-shlib-type) -.PHONY: show-shlib-type -show-shlib-type: - @${ECHO} ${SHLIB_TYPE:Q} -.endif - ###################################################################### # GENERATE_PLIST is a sequence of commands, terminating in a semicolon, -- cgit v1.2.3