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