diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-08 20:04:38 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-08 20:04:38 +0000 |
| commit | f6af4ff6cb0e483217017691df2f1c0c739acf40 (patch) | |
| tree | c2da28cb2c31104faf06e97e24d1fb983b6e8a5c /sys/modules/Makefile | |
| parent | 787f149830fb8d103f6f1984b56ab80c3a75f3ec (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 15471945fd76..59a827657c90 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -12,8 +12,7 @@ _random= random # ncp \ # nwfs \ -SUBDIR= 3dfx \ - accf_data \ +SUBDIR= accf_data \ accf_http \ agp \ aha \ @@ -152,7 +151,8 @@ SUBDIR+=syscons # XXX some of these can move to the general case when de-i386'ed # XXX some of these can move now, but are untested on other architectures. .if ${MACHINE_ARCH} == "i386" -SUBDIR+=aic \ +SUBDIR+=3dfx \ + aic \ aout \ apm \ ar \ |
