summaryrefslogtreecommitdiff
path: root/mk/plist/plist.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-01-13 22:37:02 +0000
committerjlam <jlam@pkgsrc.org>2006-01-13 22:37:02 +0000
commit8da0cdded243bc7597826774bce31414087f010d (patch)
tree17e20b469aac16334a35a229078b0d98eeb59456 /mk/plist/plist.mk
parent548ac5c433b36e51df8689cc51b536fd51d92cf4 (diff)
downloadpkgsrc-8da0cdded243bc7597826774bce31414087f010d.tar.gz
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.
Diffstat (limited to 'mk/plist/plist.mk')
-rw-r--r--mk/plist/plist.mk8
1 files changed, 1 insertions, 7 deletions
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,