Makefile revision 1.39
1# $NetBSD: Makefile,v 1.39 1997/06/11 11:21:39 bouyer Exp $ 2# @(#)Makefile 8.5 (Berkeley) 3/31/94 3 4# Not ported: XNSrouted enpload scsiformat startslip 5# Missing: icheck ncheck 6 7SUBDIR= badsect disklabel ccdconfig dmesg fastboot fsck fsirand ifconfig init \ 8 mknod modload modunload mount nologin ping quotacheck reboot route \ 9 routed savecore shutdown slattach swapon ttyflags umount 10 11# support for various file systems 12SUBDIR+= mount_ados 13SUBDIR+= mount_cd9660 14SUBDIR+= mount_fdesc 15SUBDIR+= mount_ffs newfs fsck_ffs fsdb dumpfs dump restore clri tunefs 16SUBDIR+= mount_kernfs 17SUBDIR+= mount_lfs newlfs dumplfs 18# mount_mfs -> newfs 19SUBDIR+= mount_msdos newfs_msdos fsck_msdos 20SUBDIR+= mount_nfs 21SUBDIR+= mount_null 22SUBDIR+= mount_portal 23SUBDIR+= mount_procfs 24SUBDIR+= mount_umap 25SUBDIR+= mount_union 26SUBDIR+= mount_ext2fs fsck_ext2fs 27 28.if make(clean) || make(cleandir) 29SUBDIR+= bim edlabel fdisk 30.elif ${MACHINE} == "i386" || ${MACHINE} == "powerpc" 31SUBDIR+= fdisk 32.elif ${MACHINE} == "pc532" 33SUBDIR+= bim 34.elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \ 35 (${MACHINE} == "sparc") 36SUBDIR+= edlabel 37.endif 38 39.include <bsd.subdir.mk> 40