diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-10-23 10:20:24 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-10-23 10:20:24 +0000 |
| commit | 0407540adf0fd396698a458e885c6798b38eca59 (patch) | |
| tree | 271642925885195c662b3e5039502c5746e3067c /usr.sbin/ppp/Makefile | |
| parent | 378749743ca1fac6b68eb28df8572ab57feee791 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/Makefile')
| -rw-r--r-- | usr.sbin/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index afa710ca480a..55c605da61e6 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 |
