summaryrefslogtreecommitdiff
path: root/mk/help
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-08-13 05:58:44 +0000
committerrillig <rillig@pkgsrc.org>2007-08-13 05:58:44 +0000
commit6fc362c5587b608441abc54c9c129ae0a68f1b32 (patch)
tree7f144f6b9f4e68f3b63d83e4b1eb806297d15689 /mk/help
parentbc1538d7719ff05aabf87a1323233d01b60f91a2 (diff)
downloadpkgsrc-6fc362c5587b608441abc54c9c129ae0a68f1b32.tar.gz
This file doesn't need the multiple-inclusion guards.
Diffstat (limited to 'mk/help')
-rw-r--r--mk/help/help.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/help/help.mk b/mk/help/help.mk
index b4703fedb2f..801a81c8ed7 100644
--- a/mk/help/help.mk
+++ b/mk/help/help.mk
@@ -1,4 +1,4 @@
-# $NetBSD: help.mk,v 1.9 2007/05/24 05:33:49 rillig Exp $
+# $NetBSD: help.mk,v 1.10 2007/08/13 05:58:44 rillig Exp $
#
# This is the integrated pkgsrc online help system. To query for the
@@ -6,9 +6,6 @@
# certain pkgsrc Makefile fragments that have inline comments are eligible
# for querying.
-.if !defined(_PKGSRC_HELP_MK)
-_PKGSRC_HELP_MK= # defined
-
_HELP_FILES= Makefile
_HELP_FILES+= mk/*.mk mk/*/*.mk mk/*/*/*.mk
_HELP_FILES+= mk/defaults/mk.conf
@@ -40,5 +37,3 @@ help:
${RUN} cd ${PKGSRCDIR}; \
env TOPIC=${TOPIC:Q} ${AWK} -f ${PKGSRCDIR}/mk/help/help.awk ${_HELP_FILES}
.endif
-
-.endif