Cross Reference: Makefile
xref: /src/sbin/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/
Makefile revision 1.84
1#	$NetBSD: Makefile,v 1.84 2003/10/10 06:10:53 grog 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 vinum 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_ados
20SUBDIR+= mount_cd9660
21SUBDIR+= mount_ext2fs
22SUBDIR+= mount_fdesc
23SUBDIR+= mount_filecore
24SUBDIR+= mount_ffs
25SUBDIR+= mount_kernfs
26SUBDIR+= mount_lfs
27SUBDIR+= mount_msdos
28SUBDIR+= mount_nfs
29SUBDIR+= mount_ntfs
30SUBDIR+= mount_null
31SUBDIR+= mount_overlay
32SUBDIR+= mount_portal
33SUBDIR+= mount_procfs
34SUBDIR+= mount_smbfs
35SUBDIR+= mount_umap
36SUBDIR+= mount_union
37
38# IPv6
39SUBDIR+= ping6 rtsol
40
41# IPsec
42SUBDIR+= setkey
43
44.include <bsd.subdir.mk>
45

Indexes created Sun Dec 21 11:09:39 GMT 2025