xref: /netbsd-src/sbin/Makefile (revision fad4c9f71477ae11cea2ee75ec82151ac770a534)
1#	$NetBSD: Makefile,v 1.99 2006/02/25 01:34:16 christos 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>
8
9SUBDIR=	atactl badsect bim brconfig ccdconfig disklabel dkctl dmesg \
10	drvctl edlabel fastboot fdisk fsck fsirand ifconfig init ldconfig \
11	mbrlabel mknod modload modunload mount newbtconf nologin \
12	pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \
13	savecore scan_ffs scsictl shutdown slattach swapctl sysctl ttyflags \
14	umount veriexecctl wdogctl wsconsctl
15
16# support for various file systems
17SUBDIR+= fsck_ext2fs
18SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs
19SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs
20SUBDIR+= newfs_msdos fsck_msdos
21SUBDIR+= newfs_sysvbfs
22SUBDIR+= mount_ados
23SUBDIR+= mount_cd9660
24SUBDIR+= mount_ext2fs
25SUBDIR+= mount_fdesc
26SUBDIR+= mount_filecore
27SUBDIR+= mount_ffs
28SUBDIR+= mount_kernfs
29SUBDIR+= mount_lfs
30SUBDIR+= mount_msdos
31SUBDIR+= mount_udf
32SUBDIR+= mount_nfs
33SUBDIR+= mount_ntfs
34SUBDIR+= mount_null
35SUBDIR+= mount_overlay
36SUBDIR+= mount_portal
37SUBDIR+= mount_procfs
38SUBDIR+= mount_ptyfs
39SUBDIR+= mount_smbfs
40SUBDIR+= mount_sysvbfs
41SUBDIR+= mount_tmpfs
42SUBDIR+= mount_umap
43SUBDIR+= mount_union
44
45.if (${MKCRYPTO} != "no")
46SUBDIR+= cgdconfig
47.endif
48
49.if (${USE_INET6} != "no")
50SUBDIR+= ping6 rtsol
51.endif
52
53# IPsec
54SUBDIR+= setkey
55
56.include <bsd.subdir.mk>
57