freebsd-dev/sbin/Makefile

27 lines
691 B
Makefile
Raw Normal View History

# @(#)Makefile 8.5 (Berkeley) 3/31/94
1995-11-24 23:17:58 +00:00
# XXX MISSING: icheck ncheck
1995-09-17 12:52:24 +00:00
1998-03-13 19:41:06 +00:00
SUBDIR= disklabel dmesg dset dump dumpfs \
1998-01-30 12:39:18 +00:00
dumpon fsck fsdb fsirand ifconfig init ipfw \
1998-03-13 19:41:06 +00:00
md5 mknod \
mount mount_cd9660 mount_ext2fs \
1998-01-30 12:39:18 +00:00
mount_nfs mount_null mount_portal mount_std \
mount_umap mount_union mountd newfs nfsd nfsiod \
nos-tun nologin quotacheck reboot restore route routed \
1998-03-13 19:41:06 +00:00
scsiformat shutdown slattach startslip spppcontrol tunefs \
1997-10-11 11:34:00 +00:00
umount
SUBDIR+=ipf
.if exists(${.CURDIR}/${MACHINE})
SUBDIR+= ${MACHINE}
.endif
1998-03-13 19:41:06 +00:00
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=adjkerntz badsect ccdconfig clri kldload kldstat kldunload ping
SUBDIR+=modload modunload savecore scsi swapon
.endif
.include <bsd.subdir.mk>