diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index afa710ca480..55c605da61e 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -83,7 +83,7 @@ DPADD+= ${LIBRADIUS} .endif .endif -.if defined(NOI4B) || ${MACHINE_ARCH} == "alpha" +.if defined(NOI4B) || ${MACHINE_ARCH} != "i386" CFLAGS+=-DNOI4B .else SRCS+= i4b.c