diff options
Diffstat (limited to 'palm')
-rw-r--r-- | palm/uppc-kmod/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 57bd9eaedc2f..55e07c55302c 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -18,10 +18,6 @@ MAN4= uppc.4 WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes -.if ${MACHINE_ARCH:L} == "amd64" -BROKEN= "kernel modules are not available on this platform yet" -.endif - .if !exists(/usr/src/sys/dev/usb/usb.h) IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif |