diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-02-13 21:13:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-02-13 21:13:10 +0000 |
| commit | f801952a0b97313075ba8b9fa34d47ad344d4a1c (patch) | |
| tree | 3e22336600daaafec03473a275324263cf0bd1ee | |
| parent | e245c21eccbb71712bd4f4c31327696d39ce2b40 (diff) | |
Notes
| -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 687b5004055c..ab15cbab41ca 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 \ |
