diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-08-24 09:57:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-08-24 09:57:50 +0000 |
commit | 910b3a08391cccc1cc18a4ceb98195be332fb579 (patch) | |
tree | be28c8a47b754275607107c8484580479e6126e0 /comms | |
parent | dddfa5ec9fbc6366c5d4124b398046068f674fcd (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/vpb-driver/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/vpb-driver/Makefile b/comms/vpb-driver/Makefile index 57157538a252..070ebce586f2 100644 --- a/comms/vpb-driver/Makefile +++ b/comms/vpb-driver/Makefile @@ -36,8 +36,10 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ IGNORE= requires kernel source (/usr/src/sys) to build .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ${ARCH} +.else +BROKEN= leaves files behind on deinstall .endif .if ${OSVERSION} < 502000 |