Cross Reference: Makefile
xref: /src/sbin/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/
Makefile revision 1.59
1#	$NetBSD: Makefile,v 1.59 1999/07/02 08:28:04 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 mknod modload modunload \
9	mount nologin ping reboot raidctl rndctl route routed savecore \
10	scsictl shutdown slattach swapctl ttyflags umount wsconsctl
11
12# support for various file systems
13SUBDIR+= mount_ados
14SUBDIR+= mount_cd9660
15SUBDIR+= mount_ext2fs	fsck_ext2fs
16SUBDIR+= mount_fdesc
17SUBDIR+= mount_filecore
18SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dump restore clri tunefs
19SUBDIR+= mount_kernfs
20SUBDIR+= mount_lfs	newfs_lfs fsck_lfs
21# mount_mfs -> newfs
22SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
23SUBDIR+= mount_nfs
24SUBDIR+= mount_ntfs
25SUBDIR+= mount_null
26SUBDIR+= mount_portal
27SUBDIR+= mount_procfs
28SUBDIR+= mount_umap
29SUBDIR+= mount_union
30
31# IPv6
32SUBDIR+= ping6 rtsol
33
34.include <bsd.subdir.mk>
35

Indexes created Sun Dec 21 17:09:30 GMT 2025