summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-03 10:10:05 +0000
committerrillig <rillig@pkgsrc.org>2020-05-03 10:10:05 +0000
commit7d9ffe40399d2bfe31ebeceb28df9b7f426eded6 (patch)
tree9471fe564d138b53e72887f4634aecbc327fdf0f /mk
parent94551001ff488252ea898b051c10f0e77b733d8b (diff)
downloadpkgsrc-7d9ffe40399d2bfe31ebeceb28df9b7f426eded6.tar.gz
mk/bsd.options.mk: fix comment for bmake help
Before, "bmake help" only printed the second section of the help topic.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk
index 3a56a2d23a7..5ff5acc12d1 100644
--- a/mk/bsd.options.mk
+++ b/mk/bsd.options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.74 2018/11/30 18:38:19 rillig Exp $
+# $NetBSD: bsd.options.mk,v 1.75 2020/05/03 10:10:05 rillig Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
@@ -125,7 +125,7 @@ BSD_OPTIONS_MK= # defined
# .if !empty(PKG_OPTIONS:Mwibble-foo)
# CONFIGURE_ARGS+= --enable-foo
# .endif
-
+#
# ###
# ### LDAP support
# ###