rm bbnnet
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 19 Jan 1986 04:48:51 +0000 (20:48 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 19 Jan 1986 04:48:51 +0000 (20:48 -0800)
SCCS-vsn: usr.bin/netstat/main.c 5.4
SCCS-vsn: usr.bin/netstat/Makefile 5.5

usr/src/usr.bin/netstat/Makefile
usr/src/usr.bin/netstat/main.c

index 086e8fa..76649c2 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 #
 OBJS=  host.o inet.o if.o main.o mbuf.o route.o unix.o ns.o bbnnet.o
 CFLAGS=-O
 #
 OBJS=  host.o inet.o if.o main.o mbuf.o route.o unix.o ns.o bbnnet.o
 CFLAGS=-O
index 039a488..1fa936a 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.4 (Berkeley) %G%";
 #endif not lint
 
 #include <sys/param.h>
 #endif not lint
 
 #include <sys/param.h>