How buggy this little piece of code could be? Repair strnvis() buffersize
[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 ndis
6 .elif ${MACHINE_ARCH} == amd64
7 SUBDIR=
8 .else
9 .error Unknown MACHINE_ARCH.
10 .endif
11
12 .include <bsd.subdir.mk>