Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/rsh Pull up 1.13 [simonb]:



details:   https://anonhg.NetBSD.org/src/rev/7ca43e380163
branches:  netbsd-1-5
changeset: 489902:7ca43e380163
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 04:21:20 2000 +0000

description:
Pull up 1.13 [simonb]:
Remove INSTALLFLAGS=-fschg.

diffstat:

 usr.bin/rsh/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7f1aabf95f61 -r 7ca43e380163 usr.bin/rsh/Makefile
--- a/usr.bin/rsh/Makefile      Wed Oct 18 04:20:57 2000 +0000
+++ b/usr.bin/rsh/Makefile      Wed Oct 18 04:21:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 1997/10/24 09:01:00 lukem Exp $
+#      $NetBSD: Makefile,v 1.12.10.1 2000/10/18 04:21:20 tv Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 7/19/93
 
 PROG=  rsh
@@ -6,7 +6,6 @@
 #SRCS= rsh.c krcmd.c kcmd.c des_rw.c
 #DPADD=        ${LIBKRB} ${LIBDES}
 #LDADD=        -lkrb -ldes
-#INSTALLFLAGS=-fschg
 .PATH: ${.CURDIR}/../rlogin
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index