summaryrefslogtreecommitdiff
path: root/emulators/xmame/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmame/options.mk')
-rw-r--r--emulators/xmame/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/options.mk b/emulators/xmame/options.mk
index 0f9f4787fd8..94061a9e39d 100644
--- a/emulators/xmame/options.mk
+++ b/emulators/xmame/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/11/08 10:03:41 xtraeme Exp $
+# $NetBSD: options.mk,v 1.2 2004/11/08 14:54:18 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.xmame
@@ -21,5 +21,5 @@ PKG_SKIP_REASON+= "Only one display method is allowed."
.if !empty(PKG_OPTIONS:Mesound)
MAKE_FLAGS+= SOUND_ESOUND=1
-.inclUde "../../audio/esound/buildlink3.mk"
+.include "../../audio/esound/buildlink3.mk"
.endif