1# $NetBSD: Makefile,v 1.64 1999/11/23 05:28:16 mrg Exp $ 2# @(#)Makefile 8.5 (Berkeley) 3/31/94 3 4# Not ported: XNSrouted enpload scsiformat startslip 5# Missing: icheck ncheck 6 7SUBDIR= atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \ 8 fsck fsirand ifconfig init ldconfig lmcctl mknod modload modunload \ 9 mount newbtconf nologin ping raidctl reboot rcorder rndctl route \ 10 routed savecore scsictl shutdown slattach swapctl ttyflags umount \ 11 wsconsctl 12 13# support for various file systems 14SUBDIR+= mount_ados 15SUBDIR+= mount_cd9660 16SUBDIR+= mount_ext2fs fsck_ext2fs 17SUBDIR+= mount_fdesc 18SUBDIR+= mount_filecore 19SUBDIR+= mount_ffs newfs fsck_ffs fsdb dump restore clri tunefs 20SUBDIR+= mount_kernfs 21SUBDIR+= mount_lfs newfs_lfs fsck_lfs dump_lfs 22# mount_mfs -> newfs 23SUBDIR+= mount_msdos newfs_msdos fsck_msdos 24SUBDIR+= mount_nfs 25SUBDIR+= mount_ntfs 26SUBDIR+= mount_null 27SUBDIR+= mount_portal 28SUBDIR+= mount_procfs 29SUBDIR+= mount_umap 30SUBDIR+= mount_union 31 32# IPv6 33SUBDIR+= ping6 rtsol 34 35.include <bsd.subdir.mk> 36