Makefile revision 1.105
1# $NetBSD: Makefile,v 1.105 2007/05/01 17:18:53 bouyer Exp $ 2# @(#)Makefile 8.5 (Berkeley) 3/31/94 3 4# Not ported: XNSrouted enpload scsiformat startslip 5# Missing: icheck ncheck 6 7.include <bsd.own.mk> 8 9SUBDIR= amrctl apmlabel atactl badsect bim bioctl brconfig ccdconfig \ 10 disklabel dkctl dkscan_bsdlabel dmesg \ 11 drvctl edlabel fastboot fdisk fsck fsirand gpt ifconfig init ldconfig \ 12 mbrlabel mknod modload modunload mount newbtconf nologin \ 13 pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \ 14 savecore scan_ffs scsictl shutdown slattach swapctl sysctl ttyflags \ 15 umount veriexecctl wdogctl wsconsctl 16 17# support for various file systems 18SUBDIR+= fsck_ext2fs 19SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs 20SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs 21SUBDIR+= newfs_msdos fsck_msdos 22SUBDIR+= newfs_sysvbfs 23SUBDIR+= mount_ados 24SUBDIR+= mount_cd9660 25SUBDIR+= mount_ext2fs 26SUBDIR+= mount_fdesc 27SUBDIR+= mount_filecore 28SUBDIR+= mount_ffs 29SUBDIR+= mount_hfs 30SUBDIR+= mount_kernfs 31SUBDIR+= mount_lfs 32SUBDIR+= mount_msdos 33SUBDIR+= mount_udf 34SUBDIR+= mount_nfs 35SUBDIR+= mount_ntfs 36SUBDIR+= mount_null 37SUBDIR+= mount_overlay 38SUBDIR+= mount_portal 39SUBDIR+= mount_procfs 40SUBDIR+= mount_ptyfs 41SUBDIR+= mount_smbfs 42SUBDIR+= mount_sysvbfs 43SUBDIR+= mount_tmpfs 44SUBDIR+= mount_umap 45SUBDIR+= mount_union 46 47.if (${MKCRYPTO} != "no") 48SUBDIR+= cgdconfig 49.endif 50 51.if (${USE_INET6} != "no") 52SUBDIR+= ping6 rtsol 53.endif 54 55# IPsec 56SUBDIR+= setkey 57 58.include <bsd.subdir.mk> 59