Makefile revision 1.43
1# $NetBSD: Makefile,v 1.43 1997/06/23 09:03:44 veego 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 disklabel ccdconfig dmesg edlabel fastboot fdisk fsck \ 8 fsirand ifconfig init mknod modload modunload mount nologin ping \ 9 reboot route routed savecore shutdown slattach swapctl ttyflags \ 10 umount 11 12# support for various file systems 13SUBDIR+= mount_ados 14SUBDIR+= mount_cd9660 15SUBDIR+= mount_fdesc 16SUBDIR+= mount_ffs newfs fsck_ffs fsdb dump restore clri tunefs 17SUBDIR+= mount_kernfs 18SUBDIR+= mount_lfs newlfs 19# mount_mfs -> newfs 20SUBDIR+= mount_msdos newfs_msdos fsck_msdos 21SUBDIR+= mount_nfs 22SUBDIR+= mount_null 23SUBDIR+= mount_portal 24SUBDIR+= mount_procfs 25SUBDIR+= mount_umap 26SUBDIR+= mount_union 27SUBDIR+= mount_ext2fs fsck_ext2fs 28 29.include <bsd.subdir.mk> 30