Makefile revision 1.82
1# $NetBSD: Makefile,v 1.82 2003/01/19 10:52:25 jdolecek Exp $ 2# @(#)Makefile 8.5 (Berkeley) 3/31/94 3 4# Not ported: XNSrouted enpload scsiformat startslip 5# Missing: icheck ncheck 6 7SUBDIR= 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 15SUBDIR+= fsck_ext2fs 16SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs 17SUBDIR+= newfs_lfs fsck_lfs dump_lfs 18SUBDIR+= newfs_msdos fsck_msdos 19SUBDIR+= mount_ados 20SUBDIR+= mount_cd9660 21SUBDIR+= mount_ext2fs 22SUBDIR+= mount_fdesc 23SUBDIR+= mount_filecore 24SUBDIR+= mount_ffs 25SUBDIR+= mount_kernfs 26SUBDIR+= mount_lfs 27SUBDIR+= mount_msdos 28SUBDIR+= mount_nfs 29SUBDIR+= mount_ntfs 30SUBDIR+= mount_null 31SUBDIR+= mount_overlay 32SUBDIR+= mount_portal 33SUBDIR+= mount_procfs 34SUBDIR+= mount_umap 35SUBDIR+= mount_union 36 37# IPv6 38SUBDIR+= ping6 rtsol 39 40# IPsec 41SUBDIR+= setkey 42 43.include <bsd.subdir.mk> 44