# note: 1) Use ALL UPPERCASE LETTERS for YES/NO 
#       2) Don't put trailing '/' on path names
#       3) 'make clean ; make install'  after changing any of these

# default setting: have background pictures during game play?
# Background pictures can be changed through a run-time switch also
BACKDROPS=YES

# set to YES if you have a 386, NO if you have a 486, 586, or vic 20
CPU_IS_386=NO

# where the executable, graphics and sound files are stored.
BINDIR=/usr/games

# the high score is put here
VARDIR=/var/games

# where the man page goes
MANDIR=/usr/man/man6
