diff options
author | rillig <rillig@pkgsrc.org> | 2009-04-04 12:16:45 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-04-04 12:16:45 +0000 |
commit | 3485b625d4790bf7def67c48ee36881befe3a967 (patch) | |
tree | 76bcc433f57ab4a604408067028c5f3b034ec052 /mk/emulator | |
parent | ee378e80dc2cb71208a50c6733a2e0db42f6d4ca (diff) | |
download | pkgsrc-3485b625d4790bf7def67c48ee36881befe3a967.tar.gz |
Added some keywords for "make help".
Diffstat (limited to 'mk/emulator')
-rw-r--r-- | mk/emulator/emulator.mk | 4 |
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}" |