2009-09-06 17:14:07 -04:00
|
|
|
--- Makefile.in.orig Mon Jan 31 11:55:14 2005
|
|
|
|
+++ Makefile.in Sun Aug 23 21:57:32 2009
|
|
|
|
@@ -19,7 +19,7 @@ TOT_CONFIG_FILE=@sysconfdir@/totd.conf
|
|
|
|
|
|
|
|
INSTALL = /usr/bin/install
|
|
|
|
|
|
|
|
-CFLAGS = @CFLAGS@ @DEFS@ -Werror -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
|
|
|
|
+CFLAGS = @CFLAGS@ @DEFS@ -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
|
|
|
|
|
|
|
|
# When debugging is enabled by --enable-malloc-debug flag to the configure
|
|
|
|
# script, the @DBMALLOC@ substitution will contain the empty string, thus
|
|
|
|
@@ -66,8 +66,8 @@ libswill.a:
|
|
|
|
-ranlib libswill.a
|
2000-06-10 21:15:51 -04:00
|
|
|
|
|
|
|
install: $(PROG)
|
|
|
|
- $(INSTALL) -c -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR)
|
2001-06-22 09:28:49 -04:00
|
|
|
- $(INSTALL) -c -m 0444 -o root -g wheel $(MAN) $(INSTALLMAN)/man8
|
|
|
|
+ $(INSTALL) -c -s -m 0555 -o bin -g bin $(PROG) $(DESTDIR)$(INSTALLDIR)
|
|
|
|
+ $(INSTALL) -c -m 0444 -o root -g wheel $(MAN) $(DESTDIR)$(INSTALLMAN)/man8
|
2000-06-10 21:15:51 -04:00
|
|
|
|
2002-03-14 22:35:45 -05:00
|
|
|
lint:
|
|
|
|
lint ${SRCS}
|