mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $NetBSD: bsd.amd64-xen.mk,v 1.1 2014/08/11 03:43:25 jnemeth Exp $
|
|
|
|
.ifndef _BSD_AMD64_XEN_MK_
|
|
_BSD_AMD64_XEN_MK_=1
|
|
|
|
KMODULEARCHDIR:= amd64-xen
|
|
|
|
XEN= 1
|
|
|
|
.endif # _BSD_AMD64_XEN_MK_
|