summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-12 00:12:23 +0000
committerrillig <rillig@pkgsrc.org>2020-03-12 00:12:23 +0000
commit6b708faf16fd14b4eba33d9630429bd5ce9da634 (patch)
tree8dd07f8dccf45814d454052c4cac410e9f68cf70 /mk
parent8f299e63f277316ba043b63fc0966bd0415ae0c9 (diff)
downloadpkgsrc-6b708faf16fd14b4eba33d9630429bd5ce9da634.tar.gz
mk/bsd.pkg.use.mk: add more keywords for "bmake help"
The added empty line separates this help topic from the header comment of this file, since USE_BSD_MAKEFILE does not add any dependencies and therefore doesn't fit that description.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.use.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk
index 56d0348e226..4261871e778 100644
--- a/mk/bsd.pkg.use.mk
+++ b/mk/bsd.pkg.use.mk
@@ -1,14 +1,15 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.68 2019/07/09 15:45:25 riastradh Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.69 2020/03/12 00:12:23 rillig Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
-#
+
# Package-settable variables:
#
# USE_BSD_MAKEFILE
# Should be set to "yes" whenever a package uses a BSD-style
# Makefile. These Makefiles typically end with a line including
# <bsd.prog.mk>.
+# Keywords: bsd make bsd.prog.mk
# USE_IMAKE
# When set to "yes", means that the package uses imake as the