Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.72
      1  1.72  jdolecek #	$NetBSD: Makefile,v 1.72 2000/11/16 08:07:55 jdolecek 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.50      kenh SUBDIR=	atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \
      8  1.67     soren 	fsck fsirand ifconfig init ldconfig lmcctl mbrlabel mknod modload \
      9  1.67     soren 	modunload mount newbtconf nologin ping raidctl reboot rcorder rndctl \
     10  1.67     soren 	route routed savecore scsictl shutdown slattach swapctl sysctl \
     11  1.70   thorpej 	ttyflags umount wdogctl wsconsctl
     12  1.21       cgd 
     13  1.21       cgd # support for various file systems
     14  1.69  jdolecek SUBDIR+= fsck_ext2fs
     15  1.69  jdolecek SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs
     16  1.69  jdolecek SUBDIR+= newfs_lfs fsck_lfs dump_lfs
     17  1.69  jdolecek SUBDIR+= newfs_msdos fsck_msdos
     18  1.21       cgd SUBDIR+= mount_portal
     19  1.69  jdolecek 
     20  1.69  jdolecek # following is now build into mount(8) now (see mount/Makefile)
     21  1.72  jdolecek # we only dive into those subdirs for make obj/clean - some arch's floppies
     22  1.71  jdolecek # compile individual mount_* and hence need the obj dirs to allow shared
     23  1.71  jdolecek # source tree
     24  1.72  jdolecek .if make(obj) || make(clean) || make(distclean)
     25  1.71  jdolecek SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \
     26  1.71  jdolecek 	   mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs 	\
     27  1.71  jdolecek 	   mount_ntfs mount_null mount_overlay mount_procfs mount_umap	\
     28  1.71  jdolecek 	   mount_union
     29  1.71  jdolecek .endif
     30  1.58    itojun 
     31  1.58    itojun # IPv6
     32  1.59    itojun SUBDIR+= ping6 rtsol
     33  1.68    itojun 
     34  1.68    itojun # IPsec
     35  1.68    itojun SUBDIR+= setkey
     36   1.7       cgd 
     37   1.1       cgd .include <bsd.subdir.mk>
     38