From 0407540adf0fd396698a458e885c6798b38eca59 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 23 Oct 2001 10:20:24 +0000 Subject: [PATCH] ia64 support. Due to the bogus placement of some i4b includes, it is i386-only, even though it would work on all the isa-capable platforms. Change the NOI4B so that instead of excluding alpha, it only includes i386. --- usr.sbin/ppp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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