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