Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/zaurus/stand include bsd.init.mk to get Makefile.inc
details: https://anonhg.NetBSD.org/src/rev/df402b7b6678
branches: trunk
changeset: 343361:df402b7b6678
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 31 15:32:12 2016 +0000
description:
include bsd.init.mk to get Makefile.inc
diffstat:
sys/arch/zaurus/stand/zboot/Makefile | 4 ++--
sys/arch/zaurus/stand/zbsdmod/Makefile | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r f748fbc08a51 -r df402b7b6678 sys/arch/zaurus/stand/zboot/Makefile
--- a/sys/arch/zaurus/stand/zboot/Makefile Sun Jan 31 15:30:14 2016 +0000
+++ b/sys/arch/zaurus/stand/zboot/Makefile Sun Jan 31 15:32:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/08/27 03:17:21 matt Exp $
+# $NetBSD: Makefile,v 1.18 2016/01/31 15:32:12 christos Exp $
PROG= zboot
@@ -12,7 +12,7 @@
NOMAN= # defined
-.include <bsd.own.mk>
+.include <bsd.init.mk>
CFLAGS+= -Wall -Wno-main
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
diff -r f748fbc08a51 -r df402b7b6678 sys/arch/zaurus/stand/zbsdmod/Makefile
--- a/sys/arch/zaurus/stand/zbsdmod/Makefile Sun Jan 31 15:30:14 2016 +0000
+++ b/sys/arch/zaurus/stand/zbsdmod/Makefile Sun Jan 31 15:32:12 2016 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2014/10/14 08:33:38 nonaka Exp $
+# $NetBSD: Makefile,v 1.10 2016/01/31 15:32:13 christos Exp $
WARNS?= 4
+.include <bsd.init.mk>
+
S= ${.CURDIR}/../../../..
OBJS= zbsdmod.o
Home |
Main Index |
Thread Index |
Old Index