diff options
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/netgraph/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index 7d52da4..150177c 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -40,15 +40,12 @@ SUBDIR= UI \ vjc \ vlan -.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c) -_mppc= mppc -.endif - -.if ${MACHINE_ARCH} == "i386" -# Things that don't compile on alpha or are aout specific: .if !defined(NO_BLUETOOTH) || defined(ALL_MODULES) _bluetooth= bluetooth .endif + +.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c) +_mppc= mppc .endif .include <bsd.subdir.mk> |