blob: 4f19749ae2c8643c2d606607c71e2e96c2c2216b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.4 1999/10/21 16:17:05 agc Exp $
--- Makefile.in.orig Sun Jul 25 15:09:33 1999
+++ Makefile.in Tue Sep 21 10:00:34 1999
@@ -167,7 +167,7 @@
install_bin: suck rpost testhost lmove
- mkdir -p $(bindir)
- - strip -s suck rpost testhost lmove
+ - strip suck rpost testhost lmove
$(INSTALL_PROGRAM) suck $(bindir)/suck
$(INSTALL_PROGRAM) rpost $(bindir)/rpost
$(INSTALL_PROGRAM) testhost $(bindir)/testhost
|