DEVFS - Add probing of OpenBSD slices
[dragonfly.git] / sys / emulation / Makefile
blob0bf2f4f651bac951f23780975234e8b06a5ca0f9
1 # $DragonFly: src/sys/emulation/Makefile,v 1.4 2008/07/23 16:39:34 dillon Exp $
4 .if ${MACHINE_ARCH} == i386
5 SUBDIR=linux ndis
6 .elif ${MACHINE_ARCH} == amd64
7 SUBDIR=
8 .else
9 .error Unknown MACHINE_ARCH.
10 .endif
12 .include <bsd.subdir.mk>