1 1.76 thorpej # $NetBSD: Makefile,v 1.76 2002/01/09 22:31:57 thorpej 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.76 thorpej SUBDIR= atactl badsect bim brconfig ccdconfig disklabel dkctl dmesg edlabel \ 8 1.74 thorpej fastboot fdisk fsck fsirand ifconfig init ldconfig lmcctl \ 9 1.74 thorpej mbrlabel mknod modload modunload mount newbtconf nologin ping \ 10 1.75 martin pppoectl raidctl reboot rcorder rndctl route routed savecore scsictl \ 11 1.74 thorpej shutdown slattach swapctl sysctl ttyflags umount wdogctl wsconsctl 12 1.21 cgd 13 1.21 cgd # support for various file systems 14 1.69 jdolecek SUBDIR+= fsck_ext2fs 15 1.69 jdolecek SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs 16 1.69 jdolecek SUBDIR+= newfs_lfs fsck_lfs dump_lfs 17 1.69 jdolecek SUBDIR+= newfs_msdos fsck_msdos 18 1.21 cgd SUBDIR+= mount_portal 19 1.69 jdolecek 20 1.69 jdolecek # following is now build into mount(8) now (see mount/Makefile) 21 1.72 jdolecek # we only dive into those subdirs for make obj/clean - some arch's floppies 22 1.71 jdolecek # compile individual mount_* and hence need the obj dirs to allow shared 23 1.71 jdolecek # source tree 24 1.73 minoura .if make(obj) || make(clean) || make(distclean) || make(cleandir) 25 1.71 jdolecek SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \ 26 1.71 jdolecek mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs \ 27 1.71 jdolecek mount_ntfs mount_null mount_overlay mount_procfs mount_umap \ 28 1.71 jdolecek mount_union 29 1.71 jdolecek .endif 30 1.58 itojun 31 1.58 itojun # IPv6 32 1.59 itojun SUBDIR+= ping6 rtsol 33 1.68 itojun 34 1.68 itojun # IPsec 35 1.68 itojun SUBDIR+= setkey 36 1.7 cgd 37 1.1 cgd .include <bsd.subdir.mk> 38