mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $NetBSD: bsd.i386pae-xen.mk,v 1.1 2014/08/11 03:43:26 jnemeth Exp $
|
|
|
|
.ifndef _BSD_I386PAE_XEN_MK_
|
|
_BSD_I386PAE_XEN_MK_=1
|
|
|
|
KMODULEARCHDIR:= i386pae-xen
|
|
|
|
XEN= 1
|
|
PAE= 1
|
|
|
|
.endif # _BSD_I386PAE_XEN_MK_
|