*** Makefile.old 2006-05-06 11:02:59.000000000 +0900 --- Makefile 2006-05-06 11:04:15.000000000 +0900 *************** *** 6,23 **** # See the file INSTALL if you need help. # ! PREFIX = /usr/local BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man SYSCONFDIR = /etc MAILRC = $(SYSCONFDIR)/nail.rc ! MAILSPOOL = /var/mail ! SENDMAIL = /usr/lib/sendmail DESTDIR = ! UCBINSTALL = /usr/ucb/install # Define compiler, preprocessor, and linker flags here. # Note that some Linux/glibc versions need -D_GNU_SOURCE in CPPFLAGS, or --- 6,23 ---- # See the file INSTALL if you need help. # ! PREFIX = /usr BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man SYSCONFDIR = /etc MAILRC = $(SYSCONFDIR)/nail.rc ! MAILSPOOL = /var/spool/mail ! SENDMAIL = /usr/sbin/sendmail DESTDIR = ! UCBINSTALL = /usr/bin/install # Define compiler, preprocessor, and linker flags here. # Note that some Linux/glibc versions need -D_GNU_SOURCE in CPPFLAGS, or *************** *** 31,38 **** # Some RedHat versions need INCLUDES = -I/usr/kerberos/include to compile # with OpenSSL, or to compile with GSSAPI authentication included. In the # latter case, they also need LDFLAGS = -L/usr/kerberos/lib. ! #INCLUDES = -I/usr/kerberos/include ! #LDFLAGS = -L/usr/kerberos/lib # If you want to include SSL support using Mozilla NSS instead of OpenSSL, # set something like the following paths. (You might also need to set LDFLAGS). --- 31,38 ---- # Some RedHat versions need INCLUDES = -I/usr/kerberos/include to compile # with OpenSSL, or to compile with GSSAPI authentication included. In the # latter case, they also need LDFLAGS = -L/usr/kerberos/lib. ! INCLUDES = -I/usr/heimdal/include ! LDFLAGS = -L/usr/heimdal/lib # If you want to include SSL support using Mozilla NSS instead of OpenSSL, # set something like the following paths. (You might also need to set LDFLAGS).