Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64/floppies/ramdisk reorder lines so bsd.own.mk w...



details:   https://anonhg.NetBSD.org/src/rev/28b14c2883c3
branches:  trunk
changeset: 573065:28b14c2883c3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jan 19 00:16:17 2005 +0000

description:
reorder lines so bsd.own.mk will be included before USE_INET6 is tested

diffstat:

 distrib/amd64/floppies/ramdisk/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3f7067e96960 -r 28b14c2883c3 distrib/amd64/floppies/ramdisk/Makefile
--- a/distrib/amd64/floppies/ramdisk/Makefile   Tue Jan 18 23:04:40 2005 +0000
+++ b/distrib/amd64/floppies/ramdisk/Makefile   Wed Jan 19 00:16:17 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2005/01/18 12:38:45 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2005/01/19 00:16:17 lukem Exp $
 
 IMAGE=         ramdisk.fs
 IMAGESIZE=     2304k
@@ -7,8 +7,8 @@
 USE_SYSINST=   yes
 SMALLPROG_INET6=1
 
+.include "${.CURDIR}/../common/Makefile.ramdisk"
+
 .if ${USE_INET6} != "no"
 LISTS+=                ${.CURDIR}/list.inet6
 .endif
-
-.include "${.CURDIR}/../common/Makefile.ramdisk"



Home | Main Index | Thread Index | Old Index