Need _KERNTYPES for round_page() vaddr_t.

This commit is contained in:
christos 2016-01-25 16:34:52 +00:00
parent 48bda0e905
commit 9789416488
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.2 2001/12/12 01:49:46 tv Exp $
# $NetBSD: Makefile,v 1.3 2016/01/25 16:34:52 christos Exp $
PROG= osloader
SRCS= osloader.c
CPPFLAGS+= -D_KERNTYPES
NOMAN=
# defined
.include <bsd.prog.mk>