diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-06-26 18:58:01 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-06-26 18:58:01 +0000 |
commit | 3b8722e05fb7ecb30223b103f0bb531e0a299c98 (patch) | |
tree | 4532ac54b4d2ba771a218bb2f26338dd204e1baa /sys/modules | |
parent | fce7b49c08cc40b6605935557f08c18c528b1de7 (diff) | |
download | FreeBSD-src-3b8722e05fb7ecb30223b103f0bb531e0a299c98.zip FreeBSD-src-3b8722e05fb7ecb30223b103f0bb531e0a299c98.tar.gz |
Remove the non-existent rt2860 subdir. Note, the ralfw module is not used in
the build yet.
PR: kern/125015
Submitted by: Dan Cojocar
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/ralfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ralfw/Makefile b/sys/modules/ralfw/Makefile index 3db53ad..b00aabe 100644 --- a/sys/modules/ralfw/Makefile +++ b/sys/modules/ralfw/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= rt2561 rt2561s rt2661 rt2860 +SUBDIR= rt2561 rt2561s rt2661 .include <bsd.subdir.mk> |