summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-12-22 10:18:00 +0000
committerkato <kato@FreeBSD.org>2000-12-22 10:18:00 +0000
commit69938b4a4c78565754fd6b2f2ba628dfd4a689a1 (patch)
tree3d2d08b06ade45b9825fc15f948f98522a7c94ab /sys
parent2dc4c266ad7506076bb1d82d1590fc23e46418c0 (diff)
downloadFreeBSD-src-69938b4a4c78565754fd6b2f2ba628dfd4a689a1.zip
FreeBSD-src-69938b4a4c78565754fd6b2f2ba628dfd4a689a1.tar.gz
Merged from files.i386 and options.i386 revisions 1.341 and 1.141,
respectively.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.pc981
-rw-r--r--sys/conf/options.pc983
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 9e65387..fc3b9bd 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -62,6 +62,7 @@ compat/linux/linux_signal.c optional compat_linux
compat/linux/linux_socket.c optional compat_linux
compat/linux/linux_stats.c optional compat_linux
compat/linux/linux_util.c optional compat_linux
+compat/pecoff/imgact_pecoff.c optional pecoff_support
compat/svr4/imgact_svr4.c optional compat_svr4
compat/svr4/svr4_fcntl.c optional compat_svr4
compat/svr4/svr4_filio.c optional compat_svr4
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 6fc343d..e4f7438 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -30,7 +30,8 @@ COMPAT_LINUX opt_dontuse.h
DEBUG_LINUX opt_linux.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
-
+PECOFF_SUPPORT opt_dontuse.h
+PECOFF_DEBUG opt_pecoff.h
# i386 SMP options
APIC_IO opt_global.h
OpenPOWER on IntegriCloud