diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-11-29 17:27:58 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-11-29 17:27:58 +0000 |
| commit | c026dad5f4fdeb2406e48bb0d2abf8723f1ce1fb (patch) | |
| tree | 6bd8c61bf6d420b71e6a47818452e16ab957127a /sys/modules | |
| parent | 3c130b88fe88d255a7285db64ab4a1913a67a3eb (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/pecoff/Makefile | 10 |
2 files changed, 1 insertions, 13 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 51ba444c00f3..dcca722df499 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -215,7 +215,6 @@ SUBDIR= ${_3dfx} \ ${_pccard} \ ${_pcfclock} \ pcn \ - ${_pecoff} \ ${_pf} \ ${_pflog} \ plip \ @@ -433,7 +432,6 @@ _opensolaris= opensolaris .endif _pccard= pccard _pcfclock= pcfclock -_pecoff= pecoff _pst= pst _ray= ray _rdma= rdma @@ -588,7 +586,7 @@ _zfs= zfs .if ${MACHINE_ARCH} == "ia64" # Modules not enabled on ia64 (as compared to i386) include: # aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv -# nsp oltr pecoff s3 sbni stg vesa +# nsp oltr s3 sbni stg vesa # acpi is not enabled because it is broken as a module on ia64 _aic= aic #_ar= ar not 64-bit clean diff --git a/sys/modules/pecoff/Makefile b/sys/modules/pecoff/Makefile deleted file mode 100644 index 0f02f73bd94c..000000000000 --- a/sys/modules/pecoff/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../compat/pecoff - -KMOD= pecoff -SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h - -CFLAGS+= -DDEBUG - -.include <bsd.kmod.mk> |
