Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/systat also install as `sysstat'.



details:   https://anonhg.NetBSD.org/src/rev/9c9b7b63a8b7
branches:  trunk
changeset: 472417:9c9b7b63a8b7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 29 15:00:21 1999 +0000

description:
also install as `sysstat'.
rationale: `nfsstat' is not `nfstat', and
other systems have a `sysstat' but not a `systat'.

diffstat:

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

diffs (18 lines):

diff -r 958d6965610e -r 9c9b7b63a8b7 usr.bin/systat/Makefile
--- a/usr.bin/systat/Makefile   Thu Apr 29 14:51:20 1999 +0000
+++ b/usr.bin/systat/Makefile   Thu Apr 29 15:00:21 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 1999/03/24 05:51:31 mrg Exp $
+#      $NetBSD: Makefile,v 1.16 1999/04/29 15:00:21 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  systat
@@ -13,6 +13,8 @@
 LDADD= -lcurses -lm -lkvm
 BINGRP=        kmem
 BINMODE=2555
+LINKS= ${BINDIR}/systat ${BINDIR}/sysstat
+MLINKS+=systat.1 sysstat.1
 
 .include <bsd.prog.mk>
 



Home | Main Index | Thread Index | Old Index