diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-10 07:18:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-10 07:18:55 +0000 |
commit | 0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd (patch) | |
tree | 683128c556da152a66f86979fec2b58af04bcb70 /palm/uppc-kmod | |
parent | eede100791e07e1ad872c7bc0fea24f2effc515d (diff) | |
download | ports-0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd.tar.gz ports-0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd.zip |
Notes
Diffstat (limited to 'palm/uppc-kmod')
-rw-r--r-- | palm/uppc-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 438e44d2d8ca..7d96a46df95d 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes .if !exists(/usr/src/sys/dev/usb/usb.h) -BROKEN= "Requires kernel source (/usr/src/sys) to build" +IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif post-build: |