diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-04-06 15:11:31 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-04-06 15:11:31 +0000 |
commit | 69eddbd9ebd8e682c4994ad080a3ad7c21ddc097 (patch) | |
tree | 1f0df3f187d8cd1375c1a2ccbb97065c07d1ce44 /sbin | |
parent | e1010a78096f31d0c53ea35757325ed1b5a84e16 (diff) |
tedu the raidctl.
ok deraadt@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 64fe1169aba..7f52bad9876 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.95 2011/10/06 20:49:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.96 2012/04/06 15:11:30 jsing Exp $ SUBDIR= atactl badsect bioctl clri dhclient \ disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \ @@ -8,7 +8,7 @@ SUBDIR= atactl badsect bioctl clri dhclient \ mount_nfs mount_ntfs 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 \ + reboot restore route rtsol savecore scan_ffs \ scsi shutdown slattach swapctl sysctl ttyflags tunefs \ umount wsconsctl |