# apple2 Makefile config file
#
# comment out what you don't want
#

# apple2 debugger support
DO_DEBUGGER=y

# pc joystick support (you must have the kernel module)
DO_PCJOYSTICK=y

# regenerate lex dependencies
#DO_FLEX=y

# directories to install the executable and manpage
BINDIR=/usr/local/bin
MANDIR=/usr/local/man/man6
