summaryrefslogtreecommitdiff
path: root/sbin/Makefile
blob: cef1c65a335d4a138ecedb29a1edc411c2c9bc36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#	$OpenBSD: Makefile,v 1.74 2005/05/26 01:29:02 pedro Exp $

# Not ported: XNSrouted enpload scsiformat startslip
# Missing: icheck

SUBDIR= atactl badsect bioctl brconfig ccdconfig disklabel dmesg dhclient \
	fsck growfs ifconfig init iopctl ipsecadm ipsecctl isakmpd kbd \
	lmccontrol mknod modload modunload mount mountd ncheck_ffs nfsd \
	nologin pfctl pflogd ping quotacheck raidctl reboot route routed \
	savecore scan_ffs scsi shutdown slattach swapctl sysctl \
	ttyflags umount

# support for various file systems
SUBDIR+= mount_ados
SUBDIR+= mount_cd9660
SUBDIR+= mount_fdesc
SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand
SUBDIR+= mount_kernfs
# mount_mfs -> newfs
SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
SUBDIR+= mount_nfs
SUBDIR+= mount_ntfs
SUBDIR+= mount_portal
SUBDIR+= mount_procfs
SUBDIR+= mount_udf
SUBDIR+= mount_ext2fs fsck_ext2fs
SUBDIR+= mount_xfs

# IPv6
SUBDIR+= ping6 rtsol

# Man pages (and manpages to do)
SUBDIR+= fdisk pdisk ancontrol wicontrol wsconsctl

.include <bsd.subdir.mk>