--- Makefile.orig 2008-07-28 15:33:38.000000000 -0700
+++ Makefile 2009-03-20 22:43:53.000000000 -0700
# See the file INSTALL if you need help.
MANDIR = $(PREFIX)/share/man
+SYSCONFDIR = $(PREFIX)/etc
MAILRC = $(SYSCONFDIR)/nail.rc
-SENDMAIL = /usr/lib/sendmail
+SENDMAIL = /usr/sbin/sendmail
-UCBINSTALL = /usr/ucb/install
+UCBINSTALL = /usr/bin/install
# Define compiler, preprocessor, and linker flags here.
# Note that some Linux/glibc versions need -D_GNU_SOURCE in CPPFLAGS, or
# wcwidth() will not be available and multibyte characters will not be
-#WARN = -Wall -Wno-parentheses -Werror
+WARN = -Wall -Wno-parentheses
# Some RedHat versions need INCLUDES = -I/usr/kerberos/include to compile
# with OpenSSL, or to compile with GSSAPI authentication included. In the