From fe7b626383a17cbc517ac730bb9ffc3fd0cb0006 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 5 May 2003 21:28:08 +0000 Subject: Compile bsdlabel on all platforms. Install a link to the disklabel(8) name on i386 and alpha platforms. Leave old disklabel(8) sources intact but disconnected from the build for now. --- sbin/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index 17ecce4..b2636ee 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -7,6 +7,7 @@ SUBDIR= adjkerntz \ atacontrol \ atm \ badsect \ + bsdlabel \ camcontrol \ ccdconfig \ clri \ @@ -94,7 +95,6 @@ SUBDIR+=ipf \ SUBDIR+=cxconfig \ mount_nwfs \ mount_smbfs -SUBDIR+=disklabel .if ${MACHINE} == "pc98" SUBDIR+=fdisk_pc98 .else @@ -104,15 +104,10 @@ SUBDIR+=fdisk .if ${MACHINE_ARCH} == "ia64" SUBDIR+=fdisk \ - disklabel \ gpt \ mca .endif -.if ${MACHINE_ARCH} == "alpha" -SUBDIR+=disklabel -.endif - .if ${MACHINE_ARCH} == "sparc64" SUBDIR+=sunlabel .endif -- cgit v1.1