Makefile revision 1.119
1# $NetBSD: Makefile,v 1.119 2011/02/08 03:20:15 haad 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 bioctl brconfig ccdconfig \ 10 chown disklabel dkctl dkscan_bsdlabel dmesg dmctl \ 11 drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig \ 12 mbrlabel mknod modload modstat modunload mount newbtconf nologin \ 13 pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \ 14 savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \ 15 ttyflags umount veriexecctl wdogctl wsconsctl 16 17# support for various file systems 18SUBDIR+= newfs_ext2fs fsck_ext2fs 19SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs 20SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs 21SUBDIR+= newfs_msdos fsck_msdos 22SUBDIR+= newfs_sysvbfs 23SUBDIR+= newfs_udf 24SUBDIR+= mount_ados 25SUBDIR+= mount_cd9660 26SUBDIR+= mount_efs 27SUBDIR+= mount_ext2fs 28SUBDIR+= mount_fdesc 29SUBDIR+= mount_filecore 30SUBDIR+= mount_ffs 31SUBDIR+= mount_hfs 32SUBDIR+= mount_kernfs 33SUBDIR+= mount_lfs 34SUBDIR+= mount_msdos 35SUBDIR+= mount_udf 36SUBDIR+= mount_nfs 37SUBDIR+= mount_nilfs 38SUBDIR+= mount_ntfs 39SUBDIR+= mount_null 40SUBDIR+= mount_overlay 41SUBDIR+= mount_portal 42SUBDIR+= mount_procfs 43SUBDIR+= mount_ptyfs 44SUBDIR+= mount_puffs 45SUBDIR+= mount_smbfs 46SUBDIR+= mount_sysvbfs 47SUBDIR+= mount_tmpfs 48SUBDIR+= mount_umap 49SUBDIR+= mount_union 50 51.if (${MKCRYPTO} != "no") 52SUBDIR+= cgdconfig 53.endif 54 55.if (${USE_INET6} != "no") 56SUBDIR+= ping6 rtsol 57.endif 58 59# IPsec 60SUBDIR+= setkey 61 62.include <bsd.subdir.mk> 63