xref: /netbsd/sbin/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.80 2002/11/23 10:53:55 blymn Exp $
2#	@(#)Makefile	8.5 (Berkeley) 3/31/94
3
4# Not ported: XNSrouted enpload scsiformat startslip
5# Missing: icheck ncheck
6
7SUBDIR=	atactl badsect bim brconfig ccdconfig cgdconfig disklabel dkctl \
8	dmesg edlabel fastboot fdisk fsck fsirand ifconfig init ldconfig \
9	lmcctl mbrlabel mknod modload modunload mount newbtconf nologin \
10	pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \
11	savecore scsictl shutdown slattach swapctl sysctl ttyflags umount \
12	veriexecctl wdogctl wsconsctl
13
14# support for various file systems
15SUBDIR+= fsck_ext2fs
16SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs
17SUBDIR+= newfs_lfs fsck_lfs dump_lfs
18SUBDIR+= newfs_msdos fsck_msdos
19SUBDIR+= mount_portal
20
21# following is now build into mount(8) now (see mount/Makefile)
22# we only dive into those subdirs for make obj/clean - some arch's floppies
23# compile individual mount_* and hence need the obj dirs to allow shared
24# source tree
25.if make(obj) || make(clean) || make(distclean) || make(cleandir)
26SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \
27	   mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs 	\
28	   mount_ntfs mount_null mount_overlay mount_procfs mount_umap	\
29	   mount_union
30.endif
31
32# IPv6
33SUBDIR+= ping6 rtsol
34
35# IPsec
36SUBDIR+= setkey
37
38.include <bsd.subdir.mk>
39