Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/netstat merge SRCS into one.



details:   https://anonhg.NetBSD.org/src/rev/792250dcd076
branches:  trunk
changeset: 474609:792250dcd076
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jul 12 17:48:45 1999 +0000

description:
merge SRCS into one.

diffstat:

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

diffs (17 lines):

diff -r 1f7b04ff138e -r 792250dcd076 usr.bin/netstat/Makefile
--- a/usr.bin/netstat/Makefile  Mon Jul 12 17:48:26 1999 +0000
+++ b/usr.bin/netstat/Makefile  Mon Jul 12 17:48:45 1999 +0000
@@ -1,10 +1,9 @@
-#      $NetBSD: Makefile,v 1.15 1999/07/01 18:40:35 itojun Exp $
+#      $NetBSD: Makefile,v 1.16 1999/07/12 17:48:45 itojun Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/12/93
 
 PROG=  netstat
-SRCS=  atalk.c if.c inet.c iso.c main.c mbuf.c mroute.c ns.c route.c \
-       tp_astring.c unix.c mroute6.c
-SRCS+= inet6.c
+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}/../../sys/netiso
 BINGRP=        kmem
 BINMODE=2555



Home | Main Index | Thread Index | Old Index