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/zboot Defer bsd.own.mk include after N...
details: https://anonhg.NetBSD.org/src/rev/c456e72300ea
branches: trunk
changeset: 761309:c456e72300ea
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Jan 23 13:17:02 2011 +0000
description:
Defer bsd.own.mk include after NOMAN.
diffstat:
sys/arch/zaurus/stand/zboot/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r de1b02c54a41 -r c456e72300ea sys/arch/zaurus/stand/zboot/Makefile
--- a/sys/arch/zaurus/stand/zboot/Makefile Sun Jan 23 11:29:46 2011 +0000
+++ b/sys/arch/zaurus/stand/zboot/Makefile Sun Jan 23 13:17:02 2011 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/01/22 19:19:25 joerg Exp $
-
-.include <bsd.own.mk>
+# $NetBSD: Makefile,v 1.6 2011/01/23 13:17:02 joerg Exp $
PROG= zboot
@@ -13,6 +11,8 @@
NOMAN= # defined
+.include <bsd.own.mk>
+
CFLAGS+= -Wall -Wno-main
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
CFLAGS+= -fno-stack-protector -fno-builtin -ffreestanding
Home |
Main Index |
Thread Index |
Old Index