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 | ec5deefc32d9e52627bba73280665347ba00a36b (patch) | |
tree | 76bcc433f57ab4a604408067028c5f3b034ec052 /mk | |
parent | 9cba8ae717db8021d9654ce77f050c520b710459 (diff) | |
download | pkgsrc-ec5deefc32d9e52627bba73280665347ba00a36b.tar.gz |
Added some keywords for "make help".
Diffstat (limited to 'mk')
-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}" |