summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2008-06-14 12:51:44 +0000
committerwkoszek <wkoszek@FreeBSD.org>2008-06-14 12:51:44 +0000
commit813c6fb348c4e4c167f50a6510b1e57ce2b81b69 (patch)
tree3c78d6bb925e271cbe38bf1975550b7c6590fdbe /sys/modules
parente735353f8de6769a184142b91eb1ea97ad1d3570 (diff)
downloadFreeBSD-src-813c6fb348c4e4c167f50a6510b1e57ce2b81b69.zip
FreeBSD-src-813c6fb348c4e4c167f50a6510b1e57ce2b81b69.tar.gz
Remove obselete PECOFF image activator support.
PRs assigned at the time of removal: kern/80742 Discussed on: freebsd-current (silence), IRC Tested by: make universe Approved by: cognet (mentor)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/pecoff/Makefile10
2 files changed, 1 insertions, 13 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f4a4505..cc14bf0 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -211,7 +211,6 @@ SUBDIR= ${_3dfx} \
${_pccard} \
${_pcfclock} \
pcn \
- ${_pecoff} \
${_pf} \
${_pflog} \
plip \
@@ -425,7 +424,6 @@ _opensolaris= opensolaris
.endif
_pccard= pccard
_pcfclock= pcfclock
-_pecoff= pecoff
_pst= pst
_ray= ray
_rdma= rdma
@@ -584,7 +582,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 0f02f73..0000000
--- 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>
OpenPOWER on IntegriCloud