Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand Include bsd.own.mk a bit earlier so that...



details:   https://anonhg.NetBSD.org/src/rev/4d7004385f6e
branches:  trunk
changeset: 513952:4d7004385f6e
user:      enami <enami%NetBSD.org@localhost>
date:      Sat Aug 18 12:53:58 2001 +0000

description:
Include bsd.own.mk a bit earlier so that make cleandir works.

diffstat:

 sys/arch/i386/stand/Makefile.booters |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 6bdabb17ca6a -r 4d7004385f6e sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters      Sat Aug 18 12:48:59 2001 +0000
+++ b/sys/arch/i386/stand/Makefile.booters      Sat Aug 18 12:53:58 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.booters,v 1.26 2000/07/12 21:05:35 jdolecek Exp $
+#      $NetBSD: Makefile.booters,v 1.27 2001/08/18 12:53:58 enami Exp $
 
 BINDIR= /usr/mdec
 STRIPFLAG=
@@ -52,13 +52,13 @@
 .include "${I386DIR}/Makefile.inc"
 LIBI386=               ${I386LIB}
 
+.include <bsd.own.mk>
+
 cleandir distclean: cleanlibdir
 
 cleanlibdir:
        rm -rf lib
 
-.include <bsd.own.mk>
-
 .if ${OBJECT_FMT} == "ELF"
 LDFLAGS=-M -e start    # -N does not work properly.
 .else



Home | Main Index | Thread Index | Old Index