summaryrefslogtreecommitdiff
path: root/mk/emulator
diff options
context:
space:
mode:
authorrillig <rillig>2009-04-04 12:16:45 +0000
committerrillig <rillig>2009-04-04 12:16:45 +0000
commit3a06bd4f2a2cf0b815725aef5144b42f0c55526c (patch)
tree76bcc433f57ab4a604408067028c5f3b034ec052 /mk/emulator
parentd97c7707f228e0388bce6dfc37b6c57a46a35bf5 (diff)
downloadpkgsrc-3a06bd4f2a2cf0b815725aef5144b42f0c55526c.tar.gz
Added some keywords for "make help".
Diffstat (limited to 'mk/emulator')
-rw-r--r--mk/emulator/emulator.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/emulator/emulator.mk b/mk/emulator/emulator.mk
index da430fff731..588d1ca65e2 100644
--- a/mk/emulator/emulator.mk
+++ b/mk/emulator/emulator.mk
@@ -1,4 +1,4 @@
-# $NetBSD: emulator.mk,v 1.10 2007/10/13 11:04:17 dsl Exp $
+# $NetBSD: emulator.mk,v 1.11 2009/04/04 12:16:45 rillig Exp $
#
# This file is included by bsd.pkg.mk.
#
@@ -55,6 +55,8 @@
# This target should be run after the successful completion
# of the ``emul-fetch'' target.
#
+# Keywords: emulator, emulation, emul
+#
.if empty(EMUL_PLATFORMS:M${EMUL_PLATFORM})
PKG_FAIL_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}"