mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
435 B
Plaintext
14 lines
435 B
Plaintext
$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
|