diff options
-rw-r--r-- | emulators/xmame/options.mk | 4 | ||||
-rw-r--r-- | emulators/xmess/options.mk | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/emulators/xmess/options.mk b/emulators/xmess/options.mk index e8e4f28a1c1..6c2c7aa300b 100644 --- a/emulators/xmess/options.mk +++ b/emulators/xmess/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2004/11/08 10:07:02 xtraeme Exp $ +# $NetBSD: options.mk,v 1.2 2004/11/08 14:55:23 wiz Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.xmess @@ -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 |