Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/x_netstat Fxi the last commit:



details:   https://anonhg.NetBSD.org/src/rev/2d6eb8c84b24
branches:  trunk
changeset: 473168:2d6eb8c84b24
user:      veego <veego%NetBSD.org@localhost>
date:      Sun May 23 10:25:43 1999 +0000

description:
Fxi the last commit:
move the include of bsd.prog.mk in front of the .PATH.

diffstat:

 distrib/utils/x_netstat/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r c28b0a8ae9e7 -r 2d6eb8c84b24 distrib/utils/x_netstat/Makefile
--- a/distrib/utils/x_netstat/Makefile  Sun May 23 07:31:19 1999 +0000
+++ b/distrib/utils/x_netstat/Makefile  Sun May 23 10:25:43 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 1999/05/19 04:17:50 gwr Exp $
+#      $NetBSD: Makefile,v 1.4 1999/05/23 10:25:43 veego Exp $
 
 PROG=  netstat
 SRCS=  if.c inet.c main.c mbuf.c route.c
@@ -13,6 +13,6 @@
 
 all: ${PROG}
 
-.PATH:  ${SRCDIR}
+.include <bsd.prog.mk>
 
-.include <bsd.prog.mk>
+.PATH:  ${SRCDIR}



Home | Main Index | Thread Index | Old Index