Makefile revision 1.109
1#	$NetBSD: Makefile,v 1.109 2008/02/09 19:32:28 jmmv 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+= mount_ados
28SUBDIR+= mount_cd9660
29SUBDIR+= mount_efs
30SUBDIR+= mount_ext2fs
31SUBDIR+= mount_fdesc
32SUBDIR+= mount_filecore
33SUBDIR+= mount_ffs
34SUBDIR+= mount_hfs
35SUBDIR+= mount_kernfs
36SUBDIR+= mount_lfs
37SUBDIR+= mount_msdos
38SUBDIR+= mount_udf
39SUBDIR+= mount_nfs
40SUBDIR+= mount_ntfs
41SUBDIR+= mount_null
42SUBDIR+= mount_overlay
43SUBDIR+= mount_portal
44SUBDIR+= mount_procfs
45SUBDIR+= mount_ptyfs
46SUBDIR+= mount_smbfs
47SUBDIR+= mount_sysvbfs
48SUBDIR+= mount_tmpfs
49SUBDIR+= mount_umap
50SUBDIR+= mount_union
51
52.if (${MKCRYPTO} != "no")
53SUBDIR+= cgdconfig
54.endif
55
56.if (${USE_INET6} != "no")
57SUBDIR+= ping6 rtsol
58.endif
59
60# IPsec
61SUBDIR+= setkey
62
63.include <bsd.subdir.mk>
64