diff options
author | kensmith <kensmith@FreeBSD.org> | 2005-07-14 15:39:06 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2005-07-14 15:39:06 +0000 |
commit | 2674ece2c576fa28aa8af22340145a1d8419ada0 (patch) | |
tree | 65349ee2fb31ffcdaf6e34d4619e1d961135257e /sys/ia64 | |
parent | 83059d9b075f41bad0a2614a53b1cff64da6d056 (diff) | |
download | FreeBSD-src-2674ece2c576fa28aa8af22340145a1d8419ada0.zip FreeBSD-src-2674ece2c576fa28aa8af22340145a1d8419ada0.tar.gz |
Add recently invented COMPAT_FREEBSD5 option.
MFC after: 3 days
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 1f8426c..97234dd 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -28,6 +28,7 @@ makeoptions DEBUG=-g # Build kernel with debug information. options CD9660 # ISO 9660 Filesystem options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] +options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options DDB # Support DDB options FFS # Berkeley Fast Filesystem options GDB # Support remote GDB |