summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
blob: 57e7a9654a9b4e200be0834f788ec0557b249279 (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
#	@(#)Makefile	8.5 (Berkeley) 3/31/94

# XXX MISSING:		icheck ncheck

SUBDIR= disklabel dmesg dset dump dumpfs \
	dumpon fsck fsdb fsirand ifconfig init ipfw \
	md5 mknod \
	mount mount_cd9660 mount_ext2fs \
	mount_nfs mount_null mount_portal mount_std \
	mount_umap mount_union mountd newfs nfsd nfsiod \
	nos-tun nologin quotacheck reboot restore route routed \
	scsiformat shutdown slattach startslip spppcontrol tunefs \
	umount

SUBDIR+=ipf

.if exists(${.CURDIR}/${MACHINE})
SUBDIR+= ${MACHINE}
.endif

.if ${MACHINE_ARCH} == "i386"
SUBDIR+=adjkerntz badsect ccdconfig clri kldload kldstat kldunload ping
SUBDIR+=modload modunload savecore scsi swapon
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud