From 94e7312b4ac258a050920441b5ba71c227449727 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 11 Mar 2015 19:24:44 +0000 Subject: Added "bmake help" documentation for using libtool and pkg-config. --- mk/help/libtool.help | 7 +++++++ mk/help/pkg-config.help | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 mk/help/libtool.help create mode 100644 mk/help/pkg-config.help (limited to 'mk/help') diff --git a/mk/help/libtool.help b/mk/help/libtool.help new file mode 100644 index 00000000000..ac867b2d305 --- /dev/null +++ b/mk/help/libtool.help @@ -0,0 +1,7 @@ +# $NetBSD: libtool.help,v 1.1 2015/03/11 19:24:44 rillig Exp $ + +# USE_LIBTOOL +# Packages that use libtool for building shared libraries must set +# this variable to "yes". +# +# Keywords: libtool diff --git a/mk/help/pkg-config.help b/mk/help/pkg-config.help new file mode 100644 index 00000000000..d67ac3f63bc --- /dev/null +++ b/mk/help/pkg-config.help @@ -0,0 +1,8 @@ +# $NetBSD: pkg-config.help,v 1.1 2015/03/11 19:24:44 rillig Exp $ + +# Packages that use pkg-config for managing shared libraries must +# declare: +# +# USE_TOOLS+= pkg-config +# +# Keywords: pkg-config pc -- cgit v1.2.3