Makefile revision 1.45
1# $NetBSD: Makefile,v 1.45 1997/10/13 03:57:51 explorer Exp $ 2# @(#)Makefile 8.5 (Berkeley) 3/31/94 3 4# Not ported: XNSrouted enpload scsiformat startslip 5# Missing: icheck ncheck 6 7SUBDIR= badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk fsck \ 8 fsirand ifconfig init mknod modload modunload mount nologin ping \ 9 reboot rndctl route routed savecore shutdown slattach swapctl \ 10 ttyflags umount 11 12# support for various file systems 13SUBDIR+= mount_ados 14SUBDIR+= mount_cd9660 15SUBDIR+= mount_ext2fs fsck_ext2fs 16SUBDIR+= mount_fdesc 17SUBDIR+= mount_ffs newfs fsck_ffs fsdb dump restore clri tunefs 18SUBDIR+= mount_kernfs 19SUBDIR+= mount_lfs newlfs 20# mount_mfs -> newfs 21SUBDIR+= mount_msdos newfs_msdos fsck_msdos 22SUBDIR+= mount_nfs 23SUBDIR+= mount_null 24SUBDIR+= mount_portal 25SUBDIR+= mount_procfs 26SUBDIR+= mount_umap 27SUBDIR+= mount_union 28 29.include <bsd.subdir.mk> 30