1 # $NetBSD: Makefile,v 1.81 2003/01/19 10:49:11 jdolecek 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 brconfig ccdconfig cgdconfig disklabel dkctl \ 8 dmesg edlabel fastboot fdisk fsck fsirand ifconfig init ldconfig \ 9 lmcctl mbrlabel mknod modload modunload mount newbtconf nologin \ 10 pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \ 11 savecore scsictl shutdown slattach swapctl sysctl ttyflags umount \ 12 veriexecctl wdogctl wsconsctl 13 14 # support for various file systems 15 SUBDIR+= fsck_ext2fs 16 SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs 17 SUBDIR+= newfs_lfs fsck_lfs dump_lfs 18 SUBDIR+= newfs_msdos fsck_msdos 19 SUBDIR+= mount_ados 20 SUBDIR+= mount_cd9660 21 SUBIDR+= mount_ext2fs 22 SUBDIR+= mount_fdesc 23 SUBDIR+= mount_filecore 24 SUBDIR+= mount_ffs 25 SUBDIR+= mount_kernfs 26 SUBDIR+= mount_lfs 27 SUBDIR+= mount_msdos 28 SUBDIR+= mount_nfs 29 SUBDIR+= mount_ntfs 30 SUBDIR+= mount_null 31 SUBDIR+= mount_overlay 32 SUBDIR+= mount_portal 33 SUBDIR+= mount_procfs 34 SUBDIR+= mount_umap 35 SUBDIR+= mount_union 36 37 # IPv6 38 SUBDIR+= ping6 rtsol 39 40 # IPsec 41 SUBDIR+= setkey 42 43 .include <bsd.subdir.mk> 44