blob: b42b8588dd14672f40d9fd0ba404d6311e3dfada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.82 2007/05/18 16:08:12 deraadt Exp $
SUBDIR= atactl badsect bioctl brconfig ccdconfig clri dhclient \
disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \
fsck_msdos fsdb fsirand growfs ifconfig init iopctl ipsecctl \
isakmpd kbd lmccontrol mknod modload modunload mount \
mount_ados mount_cd9660 mount_ext2fs mount_ffs mount_msdos \
mount_nfs mount_ntfs mount_portal mount_procfs mount_udf \
mount_xfs mountd ncheck_ffs newfs newfs_msdos \
nfsd nmeaattach nologin pdisk pfctl pflogd ping ping6 quotacheck \
raidctl reboot restore route routed rtsol savecore scan_ffs \
scsi shutdown slattach swapctl sysctl ttyflags tunefs \
umount wsconsctl
.include <bsd.subdir.mk>
|