diff options
Diffstat (limited to 'audio/festival/files/ix86_NetBSD2.0.mak')
-rw-r--r-- | audio/festival/files/ix86_NetBSD2.0.mak | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/festival/files/ix86_NetBSD2.0.mak b/audio/festival/files/ix86_NetBSD2.0.mak new file mode 100644 index 00000000000..53137bf29c4 --- /dev/null +++ b/audio/festival/files/ix86_NetBSD2.0.mak @@ -0,0 +1,17 @@ + ########################################################################### + ## ## + ## Author: Alistair Crooks (agc@netbsd.org) ## + ## -------------------------------------------------------------------- ## + ## Settings for NetBSD 2.0 ## + ## ## + ########################################################################### + +# ELF + +include $(EST)/config/systems/ix86_NetBSD.mak + +JAVA_SYSTEM_INCLUDES = -I$(JAVA_HOME)/include +GCC=gcc32 + + + |