Makefile revision 1.53
1# $NetBSD: Makefile,v 1.53 1998/12/28 14:03:27 hannken 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 9SUBDIR= 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 wsconsctl 13 14# support for various file systems 15SUBDIR+= mount_ados 16SUBDIR+= mount_cd9660 17SUBDIR+= mount_ext2fs fsck_ext2fs 18SUBDIR+= mount_fdesc 19SUBDIR+= mount_filecore 20SUBDIR+= mount_ffs newfs fsck_ffs fsdb dump restore clri tunefs 21SUBDIR+= mount_kernfs 22SUBDIR+= mount_lfs newlfs 23# mount_mfs -> newfs 24SUBDIR+= mount_msdos newfs_msdos fsck_msdos 25SUBDIR+= mount_nfs 26SUBDIR+= mount_null 27SUBDIR+= mount_portal 28SUBDIR+= mount_procfs 29SUBDIR+= mount_umap 30SUBDIR+= mount_union 31 32.if (${OBJECT_FMT} != "ELF") 33SUBDIR+= ldconfig 34.endif 35 36.include <bsd.subdir.mk> 37