summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-23 10:20:24 +0000
committerpeter <peter@FreeBSD.org>2001-10-23 10:20:24 +0000
commit2e67ce5d642a5042808c75e2275d4656e729c186 (patch)
tree271642925885195c662b3e5039502c5746e3067c /usr.sbin/ppp/Makefile
parent5f34b1282cc2f3da0c7491dd1bbb301e9e7220d0 (diff)
downloadFreeBSD-src-2e67ce5d642a5042808c75e2275d4656e729c186.zip
FreeBSD-src-2e67ce5d642a5042808c75e2275d4656e729c186.tar.gz
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.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index afa710c..55c605d 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
OpenPOWER on IntegriCloud