diff options
author | marcel <marcel@FreeBSD.org> | 2008-07-06 20:57:35 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-07-06 20:57:35 +0000 |
commit | bdbada7ab202ec9b0f096811f6fbe2eda04cc5c9 (patch) | |
tree | 5fb3c31b1094da670f84d4c5bf11ca4b019ba97e /sbin/Makefile | |
parent | 05c2789f33c730e889d36df7147bfead717bc1e7 (diff) | |
download | FreeBSD-src-bdbada7ab202ec9b0f096811f6fbe2eda04cc5c9.zip FreeBSD-src-bdbada7ab202ec9b0f096811f6fbe2eda04cc5c9.tar.gz |
Obsolete bsdlabel(8) on powerpc. Use gpart(8) instead.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index a5dc1c4..1af63c0 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -113,7 +113,7 @@ _ping6= ping6 _rtsol= rtsol .endif -.if ${MACHINE_ARCH} != "ia64" +.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc" _bsdlabel= bsdlabel .endif |