diff options
Diffstat (limited to 'usr.sbin/ppp/Makefile')
| -rw-r--r-- | usr.sbin/ppp/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index ea8a4628e207..e8ae0e3de3d6 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -15,7 +15,6 @@ WARNS?= 3 CFLAGS+=-DRELEASE_CRUNCH PPP_NO_ATM= PPP_NO_DES= -PPP_NO_I4B= PPP_NO_KLDLOAD= PPP_NO_NAT= PPP_NO_PAM= @@ -26,9 +25,6 @@ PPP_NO_SUID= .if ${MK_ATM} == "no" PPP_NO_ATM= .endif -.if ${MK_I4B} == "no" -PPP_NO_I4B= -.endif .if ${MK_PAM_SUPPORT} == "no" PPP_NO_PAM= .endif @@ -101,12 +97,6 @@ LDADD+= -lradius DPADD+= ${LIBRADIUS} .endif -.if defined(PPP_NO_I4B) || ${MACHINE_ARCH} != "i386" -CFLAGS+=-DNOI4B -.else -SRCS+= i4b.c -.endif - .if defined(PPP_NO_NETGRAPH) CFLAGS+=-DNONETGRAPH .else |
