*** Makefile Thu Feb 25 23:17:38 1999 --- Makefile.gentoo Mon Jan 14 22:44:15 2002 *************** *** 1,19 **** # Makefile for LinCity (c) I J Peters 1995,1996. # This is where the binaries for LinCity will be placed. ! LC_BINDIR = /usr/local/bin # for solaris you might choose... # LC_BINDIR = /opt/lcity/bin # This is where the library/data files will be placed. ! LC_LIBDIR = /usr/local/lib/lincity # for solaris you might choose... # LC_LIBDIR = /opt/lcity/lib # export LC_LIBDIR # This is where the manpage will be placed. ! LC_MANDIR = /usr/local/man/man6 LC_MANSUF = 6 # for solaris you might choose... # LC_LIBDIR = /opt/lcity/man/man6 --- 1,19 ---- # Makefile for LinCity (c) I J Peters 1995,1996. # This is where the binaries for LinCity will be placed. ! LC_BINDIR = /usr/bin # for solaris you might choose... # LC_BINDIR = /opt/lcity/bin # This is where the library/data files will be placed. ! LC_LIBDIR = /usr/lib/lincity # for solaris you might choose... # LC_LIBDIR = /opt/lcity/lib # export LC_LIBDIR # This is where the manpage will be placed. ! LC_MANDIR = /usr/share/man/man6 LC_MANSUF = 6 # for solaris you might choose... # LC_LIBDIR = /opt/lcity/man/man6