1 # $NetBSD: Makefile,v 1.78 2002/10/04 18:41:48 elric 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 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_portal 20 21 # following is now build into mount(8) now (see mount/Makefile) 22 # we only dive into those subdirs for make obj/clean - some arch's floppies 23 # compile individual mount_* and hence need the obj dirs to allow shared 24 # source tree 25 .if make(obj) || make(clean) || make(distclean) || make(cleandir) 26 SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \ 27 mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs \ 28 mount_ntfs mount_null mount_overlay mount_procfs mount_umap \ 29 mount_union 30 .endif 31 32 # IPv6 33 SUBDIR+= ping6 rtsol 34 35 # IPsec 36 SUBDIR+= setkey 37 38 .include <bsd.subdir.mk> 39