Enable COMPAT_50

This commit is contained in:
matt 2011-03-16 21:12:15 +00:00
parent 8dca7c28a5
commit 6c2b5ffdfb

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.20 2011/03/06 17:08:23 bouyer Exp $
# $NetBSD: PMPPC,v 1.21 2011/03/16 21:12:15 matt Exp $
#
# PMPPC
#
@ -51,7 +51,7 @@ options SYMTAB_SPACE=580000 # size for embedded symbol table
#options COMPAT_20 # NetBSD 2.0,
#options COMPAT_30 # NetBSD 3.0,
#options COMPAT_40 # NetBSD 4.0,
#options COMPAT_50 # NetBSD 5.0 compatibility.
options COMPAT_50 # NetBSD 5.0 compatibility.
#options COMPAT_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.