diff options
-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 687b500..ab15cba 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -14,7 +14,6 @@ _random= random SUBDIR= accf_data \ accf_http \ - agp \ aha \ aic7xxx \ aio \ @@ -156,6 +155,7 @@ SUBDIR+=syscons # XXX some of these can move now, but are untested on other architectures. .if ${MACHINE_ARCH} == "i386" SUBDIR+=3dfx \ + agp \ aic \ aout \ apm \ |