diff options
author | ru <ru@FreeBSD.org> | 2004-05-16 13:58:27 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-05-16 13:58:27 +0000 |
commit | b23d48ae40f935df630d5fcd3944cb2f798814c4 (patch) | |
tree | b687f5456d0c70d108ee0a0f8d599894602954d9 /sys | |
parent | fc45c8c81571191d5d104d0d66c159ec3b8cad83 (diff) | |
download | FreeBSD-src-b23d48ae40f935df630d5fcd3944cb2f798814c4.zip FreeBSD-src-b23d48ae40f935df630d5fcd3944cb2f798814c4.tar.gz |
Fixed the disordering from rev. 1.371.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c875b96..1b490a6 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -20,8 +20,8 @@ SUBDIR= ${_3dfx} \ ${_aout} \ ${_apm} \ ${_ar} \ - ${_arl} \ ${_arcnet} \ + ${_arl} \ ${_asr} \ ath \ ${_ath_hal} \ |