diff options
| -rw-r--r-- | sbin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 4be12f68e494..926814458248 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -15,7 +15,6 @@ SUBDIR= adjkerntz \ devd \ devfs \ dhclient \ - disklabel \ dmesg \ dump \ dumpfs \ @@ -91,6 +90,7 @@ SUBDIR+=ipf \ SUBDIR+=cxconfig \ mount_nwfs \ mount_smbfs +SUBDIR+=disklabel .if ${MACHINE} == "pc98" SUBDIR+=fdisk_pc98 .else @@ -104,4 +104,8 @@ SUBDIR+=fdisk \ mca .endif +.if ${MACHINE_ARCH} == "alpha" +SUBDIR+=disklabel +.endif + .include <bsd.subdir.mk> |
