diff options
author | brian <brian@FreeBSD.org> | 1999-08-08 17:35:35 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-08-08 17:35:35 +0000 |
commit | b1b2d4a0a7044054f2141f6fd9b0f03fc93ce622 (patch) | |
tree | d7b2046d9d90410f859e094d14b79ddf3d419faf /usr.sbin/ppp | |
parent | 771540d45e3c2d34e796db23339d6f2bd8829608 (diff) | |
download | FreeBSD-src-b1b2d4a0a7044054f2141f6fd9b0f03fc93ce622.zip FreeBSD-src-b1b2d4a0a7044054f2141f6fd9b0f03fc93ce622.tar.gz |
Don't includei 4b support on the alpha
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 9089135..001a70c 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.55 1999/05/15 19:21:15 phk Exp $ +# $Id: Makefile,v 1.56 1999/08/06 20:04:00 brian Exp $ MAINTAINER=brian@FreeBSD.org @@ -49,7 +49,7 @@ DPADD+= ${LIBRADIUS} .endif .endif -.if defined(NOI4B) +.if defined(NOI4B)|| ${MACHINE_ARCH} == "alpha" CFLAGS+=-DNOI4B .else SRCS+= i4b.c |