1 1.59 itojun # $NetBSD: Makefile,v 1.59 1999/07/02 08:28:04 itojun Exp $ 2 1.19 cgd # @(#)Makefile 8.5 (Berkeley) 3/31/94 3 1.1 cgd 4 1.19 cgd # Not ported: XNSrouted enpload scsiformat startslip 5 1.51 ws # Missing: icheck ncheck 6 1.8 cgd 7 1.50 kenh SUBDIR= atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \ 8 1.56 explorer fsck fsirand ifconfig init ldconfig lmcctl mknod modload modunload \ 9 1.56 explorer mount nologin ping reboot raidctl rndctl route routed savecore \ 10 1.56 explorer scsictl shutdown slattach swapctl ttyflags umount wsconsctl 11 1.21 cgd 12 1.21 cgd # support for various file systems 13 1.21 cgd SUBDIR+= mount_ados 14 1.21 cgd SUBDIR+= mount_cd9660 15 1.44 mikel SUBDIR+= mount_ext2fs fsck_ext2fs 16 1.21 cgd SUBDIR+= mount_fdesc 17 1.46 mark SUBDIR+= mount_filecore 18 1.41 pk SUBDIR+= mount_ffs newfs fsck_ffs fsdb dump restore clri tunefs 19 1.21 cgd SUBDIR+= mount_kernfs 20 1.55 thorpej SUBDIR+= mount_lfs newfs_lfs fsck_lfs 21 1.21 cgd # mount_mfs -> newfs 22 1.34 christos SUBDIR+= mount_msdos newfs_msdos fsck_msdos 23 1.21 cgd SUBDIR+= mount_nfs 24 1.57 christos SUBDIR+= mount_ntfs 25 1.21 cgd SUBDIR+= mount_null 26 1.21 cgd SUBDIR+= mount_portal 27 1.21 cgd SUBDIR+= mount_procfs 28 1.21 cgd SUBDIR+= mount_umap 29 1.21 cgd SUBDIR+= mount_union 30 1.58 itojun 31 1.58 itojun # IPv6 32 1.59 itojun SUBDIR+= ping6 rtsol 33 1.7 cgd 34 1.1 cgd .include <bsd.subdir.mk> 35