1 # $NetBSD: Makefile,v 1.52 1998/12/15 22:45:16 pk 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> # get OBJECT_FMT definition 8 9 SUBDIR= atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \ 10 fsck fsirand ifconfig init mknod modload modunload mount nologin ping \ 11 reboot raidctl rndctl route routed savecore scsictl shutdown slattach \ 12 swapctl ttyflags umount 13 14 # support for various file systems 15 SUBDIR+= mount_ados 16 SUBDIR+= mount_cd9660 17 SUBDIR+= mount_ext2fs fsck_ext2fs 18 SUBDIR+= mount_fdesc 19 SUBDIR+= mount_filecore 20 SUBDIR+= mount_ffs newfs fsck_ffs fsdb dump restore clri tunefs 21 SUBDIR+= mount_kernfs 22 SUBDIR+= mount_lfs newlfs 23 # mount_mfs -> newfs 24 SUBDIR+= mount_msdos newfs_msdos fsck_msdos 25 SUBDIR+= mount_nfs 26 SUBDIR+= mount_null 27 SUBDIR+= mount_portal 28 SUBDIR+= mount_procfs 29 SUBDIR+= mount_umap 30 SUBDIR+= mount_union 31 32 .if (${OBJECT_FMT} != "ELF") 33 SUBDIR+= ldconfig 34 .endif 35 36 .include <bsd.subdir.mk> 37