Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/xxboot .include <bsd.own.mk> for OBJECT_...



details:   https://anonhg.NetBSD.org/src/rev/c0a3fb50176d
branches:  trunk
changeset: 518608:c0a3fb50176d
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sun Dec 02 14:41:21 2001 +0000

description:
.include <bsd.own.mk> for OBJECT_FMT.

diffstat:

 sys/arch/x68k/stand/xxboot/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2be0d274e458 -r c0a3fb50176d sys/arch/x68k/stand/xxboot/Makefile
--- a/sys/arch/x68k/stand/xxboot/Makefile       Sun Dec 02 14:25:44 2001 +0000
+++ b/sys/arch/x68k/stand/xxboot/Makefile       Sun Dec 02 14:41:21 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2001/09/29 03:45:13 minoura Exp $
+#      $NetBSD: Makefile,v 1.11 2001/12/02 14:41:21 minoura Exp $
 
 BOOT=  xxboot
 VERSION=0.3
@@ -22,6 +22,8 @@
 SRCS=  xxboot.S bootufs.c unzip.c
 .PATH: ${.CURDIR}/gunzip
 
+.include <bsd.own.mk>
+
 CFLAGS=        -O -fomit-frame-pointer
 CFLAGS+= -W -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes
 CFLAGS+= -DTEXTADDR="0x$(TEXT)" -DBOOT=\"$(BOOT)\" -DBOOT_VERS=\"$(VERSION)\"



Home | Main Index | Thread Index | Old Index