Don't enable Linuxulator support if not on an i386.

PR: 20873
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
This commit is contained in:
Marcel Moolenaar 2000-08-28 03:17:49 +00:00
parent 84267b9edd
commit 05c313d4ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65144

View File

@ -9,9 +9,11 @@ INCSRC= ../../sys
CLEANFILES= pci.h
.if ${MACHINE_ARCH} == "i386"
# This line enables linux ioctl handling by default
# comment out if you don't want it
TDFX_OPTS= "\#define TDFX_LINUX"
.endif
# Uncomment this for debugging messages
#CFLAGS+= -DDEBUG