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