Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/ipf/ipftest Reverse the order for bsd.subdir.mk and...



details:   https://anonhg.NetBSD.org/src/rev/fb6c95cca17d
branches:  trunk
changeset: 487780:fb6c95cca17d
user:      veego <veego%NetBSD.org@localhost>
date:      Mon Jun 12 21:32:25 2000 +0000

description:
Reverse the order for bsd.subdir.mk and bsd.prog.mk.

diffstat:

 usr.sbin/ipf/ipftest/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r c46c187e97e6 -r fb6c95cca17d usr.sbin/ipf/ipftest/Makefile
--- a/usr.sbin/ipf/ipftest/Makefile     Mon Jun 12 21:27:12 2000 +0000
+++ b/usr.sbin/ipf/ipftest/Makefile     Mon Jun 12 21:32:25 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2000/06/12 13:35:49 veego Exp $
+#      $NetBSD: Makefile,v 1.17 2000/06/12 21:32:25 veego Exp $
 
 PROG=  ipftest
 SRCS=  ipt.c parse.c common.c fil.c ipft_sn.c ipft_ef.c ipft_td.c \
@@ -11,5 +11,5 @@
 SUBDIR=        test
 
 .PATH: ${.CURDIR}/../../../sys/netinet
+.include <bsd.prog.mk>
 .include <bsd.subdir.mk>
-.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index