1997-10-29 23:10:17 +00:00
|
|
|
--- Makefile.in.orig Sun Oct 19 03:31:18 1997
|
|
|
|
+++ Makefile.in Wed Oct 29 17:51:26 1997
|
1997-09-17 02:51:24 +00:00
|
|
|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
# Step1: Define the location of the History file(s)
|
|
|
|
#HISTORYF=/var/news/etc/history
|
|
|
|
-HISTORYF=/usr/lib/news/history
|
1998-02-18 05:15:33 +00:00
|
|
|
+HISTORYF=/usr/local/news/lib/history
|
1997-09-17 02:51:24 +00:00
|
|
|
|
|
|
|
# Step 2: Define ONE of the CHKHISTORY
|
|
|
|
CHKHISTORY=chkhistory.o # use flat file history routine
|
1997-10-29 23:10:17 +00:00
|
|
|
@@ -129,7 +129,7 @@
|
1997-08-30 16:24:02 +00:00
|
|
|
|
|
|
|
install_bin: suck rpost testhost lmove
|
|
|
|
- mkdir -p $(bindir)
|
|
|
|
- - strip -s suck rpost testhost lmove
|
|
|
|
+ - strip -x suck rpost testhost lmove
|
|
|
|
$(INSTALL_PROGRAM) suck $(bindir)/suck
|
|
|
|
$(INSTALL_PROGRAM) rpost $(bindir)/rpost
|
|
|
|
$(INSTALL_PROGRAM) testhost $(bindir)/testhost
|
1997-10-29 23:10:17 +00:00
|
|
|
@@ -153,7 +153,7 @@
|
1997-10-05 05:06:27 +00:00
|
|
|
$(MAKE) -C $(IMAN)
|
1997-08-30 16:24:02 +00:00
|
|
|
|
1997-10-29 23:10:17 +00:00
|
|
|
install_lpost: lpost $(MAN)/lpost.1
|
1997-08-30 16:24:02 +00:00
|
|
|
- - strip -s lpost
|
|
|
|
+ - strip -x lpost
|
|
|
|
$(INSTALL_PROGRAM) lpost $(bindir)/lpost
|
1997-10-29 23:10:17 +00:00
|
|
|
$(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
|
1996-03-31 23:19:18 +00:00
|
|
|
|