diff options
-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}" |