diff options
author | brooks <brooks@FreeBSD.org> | 2013-10-21 22:43:38 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-10-21 22:43:38 +0000 |
commit | f918613d2aae919439df82d33897debde8942b83 (patch) | |
tree | 83ae6ed69c0082d98fe2b79050d1c2d22b27f91c /usr.sbin/Makefile | |
parent | 62181629ffb40993f74f44382538e67b8ecfd7ef (diff) | |
download | FreeBSD-src-f918613d2aae919439df82d33897debde8942b83.zip FreeBSD-src-f918613d2aae919439df82d33897debde8942b83.tar.gz |
Remove the isf(4) driver. It was created by accident and is subset of
the cfi(4) driver. It remained in the tree longer than would be ideal
due to the time required to bring cfi(4) to feature parity.
Sponsored by: DARPA/AFRL
MFC after: 3 days
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index ba44cd3..b58d674 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -37,7 +37,6 @@ SUBDIR= adduser \ inetd \ iostat \ iscsid \ - isfctl \ kldxref \ mailwrapper \ makefs \ |