Cross Reference: Makefile
xref: /src/sbin/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/
Makefile revision 1.68
1#	$NetBSD: Makefile,v 1.68 2000/06/13 15:15:21 itojun 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 ccdconfig disklabel dmesg edlabel fastboot fdisk \
8	fsck fsirand ifconfig init ldconfig lmcctl mbrlabel mknod modload \
9	modunload mount newbtconf nologin ping raidctl reboot rcorder rndctl \
10	route routed savecore scsictl shutdown slattach swapctl sysctl \
11	ttyflags umount wsconsctl
12
13# support for various file systems
14SUBDIR+= mount_ados
15SUBDIR+= mount_cd9660
16SUBDIR+= mount_ext2fs	fsck_ext2fs
17SUBDIR+= mount_fdesc
18SUBDIR+= mount_filecore
19SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dump restore clri tunefs
20SUBDIR+= mount_kernfs
21SUBDIR+= mount_lfs	newfs_lfs fsck_lfs dump_lfs
22# mount_mfs -> newfs
23SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
24SUBDIR+= mount_nfs
25SUBDIR+= mount_ntfs
26SUBDIR+= mount_null
27SUBDIR+= mount_overlay
28SUBDIR+= mount_portal
29SUBDIR+= mount_procfs
30SUBDIR+= mount_umap
31SUBDIR+= mount_union
32
33# IPv6
34SUBDIR+= ping6 rtsol
35
36# IPsec
37SUBDIR+= setkey
38
39.include <bsd.subdir.mk>
40

Indexes created Sun Dec 21 07:09:50 GMT 2025