1 # $NetBSD: Makefile,v 1.70 2000/11/04 18:54:13 thorpej 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 wdogctl wsconsctl 12 13 # support for various file systems 14 SUBDIR+= fsck_ext2fs 15 SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs 16 SUBDIR+= newfs_lfs fsck_lfs dump_lfs 17 SUBDIR+= newfs_msdos fsck_msdos 18 SUBDIR+= mount_portal 19 20 # following is now build into mount(8) now (see mount/Makefile) 21 # SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \ 22 # mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs \ 23 # mount_ntfs mount_null mount_overlay mount_procfs mount_umap \ 24 # mount_union 25 26 # IPv6 27 SUBDIR+= ping6 rtsol 28 29 # IPsec 30 SUBDIR+= setkey 31 32 .include <bsd.subdir.mk> 33