diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile index bbd7fd7aade0..cdb773e7bb85 100644 --- a/sys/modules/3dfx/Makefile +++ b/sys/modules/3dfx/Makefile @@ -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