Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/netstat Revert previous, as it merely worked around ...



details:   https://anonhg.NetBSD.org/src/rev/6b20ecc29bb3
branches:  trunk
changeset: 474612:6b20ecc29bb3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 12 18:17:56 1999 +0000

description:
Revert previous, as it merely worked around a recent bug in make(1) which
is now fixed.

diffstat:

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

diffs (16 lines):

diff -r 2e0da2707151 -r 6b20ecc29bb3 usr.bin/netstat/Makefile
--- a/usr.bin/netstat/Makefile  Mon Jul 12 18:15:09 1999 +0000
+++ b/usr.bin/netstat/Makefile  Mon Jul 12 18:17:56 1999 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.17 1999/07/12 17:53:42 itojun Exp $
+#      $NetBSD: Makefile,v 1.18 1999/07/12 18:17:56 thorpej Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/12/93
 
 PROG=  netstat
 SRCS=  atalk.c if.c inet.c inet6.c iso.c main.c mbuf.c mroute.c mroute6.c \
        ns.c route.c tp_astring.c unix.c
-.PATH: ${.CURDIR} ${.CURDIR}/../../sys/netiso
+.PATH: ${.CURDIR}/../../sys/netiso
 BINGRP=        kmem
 BINMODE=2555
 LDADD= -lkvm



Home | Main Index | Thread Index | Old Index