c23dc7b6e3
While we're here, honor CXX/CXXFLAGS and miscellaneous cleanup.
13 lines
425 B
Plaintext
13 lines
425 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2002/07/26 19:00:15 naddy Exp $
|
|
--- Makefile.orig Thu Dec 5 22:35:46 1996
|
|
+++ Makefile Sat Apr 22 01:27:42 2000
|
|
@@ -153,7 +153,7 @@ install:
|
|
cp $(BIN_DIR)/Iindex $(INSTALL)/.
|
|
cp $(BIN_DIR)/Isearch $(INSTALL)/.
|
|
cp $(BIN_DIR)/Iutil $(INSTALL)/.
|
|
- cd $(CGI_DIR); make install
|
|
+# cd $(CGI_DIR); make install
|
|
|
|
srcdist:
|
|
make -i distclean;cd ..;tar cvf $(DIST).tar $(DIST);gzip $(DIST).tar
|