blob: 7d789e58c458ce528b779d77115d074280aa70be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- Makefile.in.orig Fri Aug 1 20:59:01 1997
+++ Makefile.in Sat Sep 13 10:17:11 1997
@@ -7,7 +7,7 @@
# Step1: Define the location of the History file(s)
#HISTORYF=/var/news/etc/history
-HISTORYF=/usr/lib/news/history
+HISTORYF=/usr/local/news/history
# Step 2: Define ONE of the CHKHISTORY
CHKHISTORY=chkhistory.o # use flat file history routine
@@ -128,7 +128,7 @@
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
@@ -149,7 +149,7 @@
$(MAKE) -C $(SMAN)
install_lpost: lpost
- - strip -s lpost
+ - strip -x lpost
$(INSTALL_PROGRAM) lpost $(bindir)/lpost
installall: install lpost
|