1 # $NetBSD: Makefile,v 1.66 2000/01/20 19:22:08 wrstuden 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 mknod modload modunload \ 9 mount newbtconf nologin ping raidctl reboot rcorder rndctl route \ 10 routed savecore scsictl shutdown slattach swapctl sysctl ttyflags \ 11 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 .include <bsd.subdir.mk> 37