diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-27 22:58:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-27 22:58:52 +0000 |
commit | 921ae16012bdbba96022049da2e306b46ab31dd0 (patch) | |
tree | 203885796aa40b100cc9b46161533f4cb0d3992f /palm | |
parent | c26836118a189fc18d668981582273d2a9d1771f (diff) | |
download | ports-921ae16012bdbba96022049da2e306b46ab31dd0.tar.gz ports-921ae16012bdbba96022049da2e306b46ab31dd0.zip |
Notes
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 |