1 1.52 pk # $NetBSD: Makefile,v 1.52 1998/12/15 22:45:16 pk Exp $ 2 1.19 cgd # @(#)Makefile 8.5 (Berkeley) 3/31/94 3 1.1 cgd 4 1.19 cgd # Not ported: XNSrouted enpload scsiformat startslip 5 1.51 ws # Missing: icheck ncheck 6 1.8 cgd 7 1.52 pk .include <bsd.own.mk> # get OBJECT_FMT definition 8 1.52 pk 9 1.50 kenh SUBDIR= atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \ 10 1.50 kenh fsck fsirand ifconfig init mknod modload modunload mount nologin ping \ 11 1.48 oster reboot raidctl rndctl route routed savecore scsictl shutdown slattach \ 12 1.50 kenh swapctl ttyflags umount 13 1.21 cgd 14 1.21 cgd # support for various file systems 15 1.21 cgd SUBDIR+= mount_ados 16 1.21 cgd SUBDIR+= mount_cd9660 17 1.44 mikel SUBDIR+= mount_ext2fs fsck_ext2fs 18 1.21 cgd SUBDIR+= mount_fdesc 19 1.46 mark SUBDIR+= mount_filecore 20 1.41 pk SUBDIR+= mount_ffs newfs fsck_ffs fsdb dump restore clri tunefs 21 1.21 cgd SUBDIR+= mount_kernfs 22 1.41 pk SUBDIR+= mount_lfs newlfs 23 1.21 cgd # mount_mfs -> newfs 24 1.34 christos SUBDIR+= mount_msdos newfs_msdos fsck_msdos 25 1.21 cgd SUBDIR+= mount_nfs 26 1.21 cgd SUBDIR+= mount_null 27 1.21 cgd SUBDIR+= mount_portal 28 1.21 cgd SUBDIR+= mount_procfs 29 1.21 cgd SUBDIR+= mount_umap 30 1.21 cgd SUBDIR+= mount_union 31 1.52 pk 32 1.52 pk .if (${OBJECT_FMT} != "ELF") 33 1.52 pk SUBDIR+= ldconfig 34 1.52 pk .endif 35 1.7 cgd 36 1.1 cgd .include <bsd.subdir.mk> 37