summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-13 19:41:06 +0000
committerjb <jb@FreeBSD.org>1998-03-13 19:41:06 +0000
commitde6bdd1c61abd58f52ef8def2aa8a5504697eaaa (patch)
treec36bf8156d959f17dbc2fd8fee4f3cc7bb774c02 /sbin
parent47cf5137be77b27bdfd14c75cf8d5d493dcfe6e9 (diff)
downloadFreeBSD-src-de6bdd1c61abd58f52ef8def2aa8a5504697eaaa.zip
FreeBSD-src-de6bdd1c61abd58f52ef8def2aa8a5504697eaaa.tar.gz
Some things only work on i386.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index ae05522..93a5f19 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -2,18 +2,23 @@
# XXX MISSING: icheck ncheck
-SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \
+SUBDIR= disklabel dmesg dset dump dumpfs \
dumpon fsck fsdb fsirand ifconfig init ipfw \
- kldload kldstat kldunload md5 mknod modload \
- modunload mount mount_cd9660 mount_ext2fs \
+ md5 mknod \
+ mount mount_cd9660 mount_ext2fs \
mount_nfs mount_null mount_portal mount_std \
mount_umap mount_union mountd newfs nfsd nfsiod \
- nologin ping quotacheck reboot restore route routed savecore scsi \
- scsiformat shutdown slattach startslip spppcontrol swapon tunefs \
+ nologin quotacheck reboot restore route routed \
+ scsiformat shutdown slattach startslip spppcontrol tunefs \
umount
.if exists(${.CURDIR}/${MACHINE})
SUBDIR+= ${MACHINE}
.endif
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+=adjkerntz badsect ccdconfig clri kldload kldstat kldunload ping
+SUBDIR+=modload modunload savecore scsi swapon
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud