summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-05-11 11:25:18 +0000
committeragc <agc@pkgsrc.org>2000-05-11 11:25:18 +0000
commitaac426a67bfd35481b1b78bc1025383def514b6e (patch)
tree9cbabaeb26fe1f73c15a4d193dcd134842783542 /Makefile
parentef268dcf91f9f1b5d461b96d2a9211a007ff4b26 (diff)
downloadpkgsrc-aac426a67bfd35481b1b78bc1025383def514b6e.tar.gz
Introduce a new target "show-host-specific-pkgs", which uses the new
show-pkgsrc-dir target to compile a list of host specific package directories from which the packages can be built and installed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7a649fa4da..7d78730e174 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2000/03/30 13:01:49 hubertf Exp $
+# $NetBSD: Makefile,v 1.33 2000/05/11 11:25:18 agc Exp $
# FreeBSD Id: Makefile,v 1.35 1997/08/19 07:10:01 fenner Exp
#
@@ -140,3 +140,8 @@ README-IPv6.html:
>$@
@${RM} $@.trs
@${RM} $@.pkgs
+
+show-host-specific-pkgs:
+ @echo "HOST_SPECIFIC_PKGS= \\"; \
+ ${MAKE} show-pkgsrc-dir | awk '/^===/ { next; } { printf("%s \\\n", $$1) }'; \
+ echo ""