diff options
author | scottl <scottl@FreeBSD.org> | 2002-10-23 04:50:34 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2002-10-23 04:50:34 +0000 |
commit | 3f32e376beaf29673d54e277717f296d2c16b915 (patch) | |
tree | ef0d950dc0283b1a0943e7ec34dd4abebc5c5933 /sbin/Makefile | |
parent | 648d24ba625178e1ef5789d4fa7c27f9e5eb2e15 (diff) | |
download | FreeBSD-src-3f32e376beaf29673d54e277717f296d2c16b915.zip FreeBSD-src-3f32e376beaf29673d54e277717f296d2c16b915.tar.gz |
Hook raidctl up to the build.
Submitted by: tjr
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index f95420d..4be12f6 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -61,6 +61,7 @@ SUBDIR= adjkerntz \ ping \ ping6 \ quotacheck \ + raidctl \ rcorder \ reboot \ restore \ |