diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-26 12:19:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-26 12:19:36 +0000 |
| commit | 1c55bb01f3d5ac4293add0c9fb89fcf767f83b2d (patch) | |
| tree | b96cc23dfd0c448783f0ff3172e0fee15bf8b194 | |
| parent | 21a1863da82442a1183f9c02d4dd0d770eb08d35 (diff) | |
Notes
| -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> |
