blob: 19d0a8efa0da01bc72141df196c4fe1f2277fba0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.112 2024/06/30 17:30:54 deraadt Exp $
SUBDIR= atactl badsect bioctl clri dhcp6leased dhcpleased \
disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \
fsck_msdos fsdb fsirand growfs ifconfig iked init ipsecctl \
isakmpd kbd ldattach mknod mount \
mount_cd9660 mount_ext2fs mount_ffs mount_msdos \
mount_nfs mount_ntfs mount_tmpfs mount_udf \
mount_vnd mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \
nfsd nologin pdisk pfctl pflogd ping quotacheck \
reboot resolvd restore route savecore scan_ffs \
scsi slaacd shutdown swapctl sysctl ttyflags tunefs vnconfig \
umount unwind wsconsctl
.include <bsd.subdir.mk>
|