aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-17 19:16:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-17 19:16:28 +0000
commit5795760c4507d7b358c9dbe3456ec419d8c2ceed (patch)
tree4aa7a055cd8b9d7a8c34b6f73b6e8c648ef76c8c /release/Makefile
parentc1941005a3fe09e27cf2cf9961311388cdd28f7c (diff)
downloadsrc-5795760c4507d7b358c9dbe3456ec419d8c2ceed.tar.gz
src-5795760c4507d7b358c9dbe3456ec419d8c2ceed.zip
disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.
Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl)
Notes
Notes: svn path=/head/; revision=115106
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index ee984afef94b..ea40d164c250 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -216,7 +216,11 @@ MFSLABEL= auto
MFSSIZE= 8192
.endif
+.if exists(/sbin/bsdlabel)
+DISKLABEL?= bsdlabel
+.else
DISKLABEL?= disklabel
+.endif
ZIPNSPLIT= gzip --no-name -9 -c | split -b 1423k -