Cross Reference: Makefile
xref: /src/sbin/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/
Makefile revision 1.86
1#	$NetBSD: Makefile,v 1.86 2004/01/03 23:34:29 lukem 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 \
10	dmesg edlabel fastboot fdisk fsck fsirand ifconfig init ldconfig \
11	lmcctl mbrlabel mknod modload modunload mount newbtconf nologin \
12	pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \
13	savecore scsictl shutdown slattach swapctl sysctl ttyflags umount \
14	veriexecctl vinum 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
20SUBDIR+= newfs_msdos fsck_msdos
21SUBDIR+= mount_ados
22SUBDIR+= mount_cd9660
23SUBDIR+= mount_ext2fs
24SUBDIR+= mount_fdesc
25SUBDIR+= mount_filecore
26SUBDIR+= mount_ffs
27SUBDIR+= mount_kernfs
28SUBDIR+= mount_lfs
29SUBDIR+= mount_msdos
30SUBDIR+= mount_nfs
31SUBDIR+= mount_ntfs
32SUBDIR+= mount_null
33SUBDIR+= mount_overlay
34SUBDIR+= mount_portal
35SUBDIR+= mount_procfs
36SUBDIR+= mount_smbfs
37SUBDIR+= mount_umap
38SUBDIR+= mount_union
39
40.if (${MKCRYPTO} != "no")
41SUBDIR+= cgdconfig
42.endif
43
44# IPv6
45.if (${MKINET6} != "no")
46SUBDIR+= ping6 rtsol
47.endif
48
49# IPsec
50SUBDIR+= setkey
51
52.include <bsd.subdir.mk>
53

Indexes created Sat Dec 20 21:09:36 GMT 2025