Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/stand/installboot uses _KERNTYPES



details:   https://anonhg.NetBSD.org/src/rev/0999fdb75830
branches:  trunk
changeset: 813378:0999fdb75830
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 25 21:58:02 2016 +0000

description:
uses _KERNTYPES

diffstat:

 sys/arch/mvme68k/stand/installboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d22df42509ec -r 0999fdb75830 sys/arch/mvme68k/stand/installboot/Makefile
--- a/sys/arch/mvme68k/stand/installboot/Makefile       Mon Jan 25 21:56:27 2016 +0000
+++ b/sys/arch/mvme68k/stand/installboot/Makefile       Mon Jan 25 21:58:02 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2013/08/21 06:58:58 matt Exp $
+#      $NetBSD: Makefile,v 1.18 2016/01/25 21:58:02 christos Exp $
 
 NOMAN= # defined
 
@@ -8,7 +8,7 @@
 BINDIR=/usr/mdec
 LIBSA=${.CURDIR}/../../../../lib/libsa
 COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
-CPPFLAGS+= -I${LIBSA} -I. -D__daddr_t=int32_t
+CPPFLAGS+= -I${LIBSA} -I. -D__daddr_t=int32_t -D_KERNTYPES
 # Need this to work in the miniroot
 LDSTATIC= -static
 



Home | Main Index | Thread Index | Old Index