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