blob: 243357bab21e21f005ddd07ec2c29685eaef3bf1 (
plain) (
blame)
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 Jul 24 00:45:32 1998
+++ Makefile.in Sun Jul 26 13:13:07 1998
@@ -6,7 +6,7 @@
############################################################################
# Step1: Define the location of the History file(s)
-HISTORYF=/usr/news/db/history
+HISTORYF=/usr/local/news/lib/history
# Step 2: Define ONE of the CHKHISTORY
CHKHISTORY=chkhistory.o # use flat file history routine
@@ -131,7 +131,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 $(MAN)/lpost.1
- - strip -s lpost
+ - strip -x lpost
$(INSTALL_PROGRAM) lpost $(bindir)/lpost
$(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
|