2000-07-06 14:15:53 +00:00
|
|
|
--- Makefile.orig Tue May 4 01:31:00 1999
|
|
|
|
+++ Makefile Thu May 11 19:44:50 2000
|
|
|
|
@@ -10,11 +10,11 @@
|
|
|
|
###
|
2000-05-29 02:27:45 +00:00
|
|
|
|
2000-07-06 14:15:53 +00:00
|
|
|
# destination directory for final executables
|
|
|
|
-DESTDIR = /usr/local/bin/tw
|
|
|
|
-DATADIR = /var/tripwire
|
|
|
|
+DESTDIR = /usr/local/bin
|
|
|
|
+DATADIR = /var/adm/tcheck
|
2000-05-29 02:27:45 +00:00
|
|
|
|
2000-07-06 14:15:53 +00:00
|
|
|
# destination for man pages
|
|
|
|
-MANDIR = /usr/man # This needs to change to reflect the path
|
|
|
|
+MANDIR = /usr/local/man # This needs to change to reflect the path
|
|
|
|
# on your system
|
2000-05-29 02:27:45 +00:00
|
|
|
|
2000-07-06 14:15:53 +00:00
|
|
|
# system utilities
|
|
|
|
@@ -109,10 +109,8 @@
|
|
|
|
$(INSTALL) -d $(DESTDIR)
|
|
|
|
(cd src; make INSTALL=$(INSTALL) DESTDIR=$(DESTDIR) install)
|
|
|
|
(cd man; make INSTALL=$(INSTALL) MANDIR=$(MANDIR) install)
|
|
|
|
- (cd configs; $(INSTALL) -m 444 tw.config $(DESTDIR))
|
|
|
|
- chmod 555 $(DESTDIR)
|
|
|
|
$(INSTALL) -m 0755 -d $(DATADIR)
|
|
|
|
- $(INSTALL) -m 444 tests/tw.db_TEST $(DATADIR)
|
|
|
|
+ (cd configs; $(INSTALL) -m 444 tw.config $(DATADIR))
|
2000-05-29 02:27:45 +00:00
|
|
|
|
2000-07-06 14:15:53 +00:00
|
|
|
test: all
|
|
|
|
(cd tests; make HOSTNAME=$(HOSTNAME) DIST=$(DIST) SHELL=$(SHELL) \
|