1f83f33afd318be0d50a905f606e6422cd8ba87b
[dragonfly.git] / sys / emulation / Makefile
1 # $DragonFly: src/sys/emulation/Makefile,v 1.4 2008/07/23 16:39:34 dillon Exp $
2 #
3
4 .if ${MACHINE_ARCH} == i386
5 SUBDIR=linux
6 .elif ${MACHINE_ARCH} == x86_64
7 SUBDIR=
8 .else
9 .error Unknown MACHINE_ARCH.
10 .endif
11
12 # needs to be ported to new net80211 stack
13 # SUBDIR= ndis
14
15 .include <bsd.subdir.mk>