diff options
author | green <green@FreeBSD.org> | 2001-01-09 05:03:08 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-01-09 05:03:08 +0000 |
commit | 8beebd80cc82f51063b89a127d30662fa39c7f03 (patch) | |
tree | b35679563791aca9098ed1206c1f0a885a5a5b26 | |
parent | 9eed629072432e8381df446a9089bb9f4bc8db33 (diff) | |
download | FreeBSD-src-8beebd80cc82f51063b89a127d30662fa39c7f03.zip FreeBSD-src-8beebd80cc82f51063b89a127d30662fa39c7f03.tar.gz |
Add a large _warning_ about using COMPAT_SVR4.
-rw-r--r-- | sys/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 29e7e1f..87d89ab 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -272,7 +272,8 @@ i386/linux/linux_sysvec.c optional compat_linux i386/pci/pci_cfgreg.c optional pci i386/pci/pci_bus.c optional pci i386/svr4/svr4_locore.s optional compat_svr4 \ - dependency "svr4_assym.h" + dependency "svr4_assym.h" \ + warning "COMPAT_SVR4 is broken and usage is, until fixed, not recommended" i386/svr4/svr4_machdep.c optional compat_svr4 # # isdn4bsd, needed for isic | iwic | ifpi | ihfc | ifpnp |