Oops, missed a trailing comma ...
This commit is contained in:
parent
eff5b700a8
commit
46d0d060fd
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: GENERIC,v 1.18 2000/11/25 20:35:32 scw Exp $
|
||||
# $NetBSD: GENERIC,v 1.19 2000/11/25 21:06:12 scw Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
|
||||
# Boards this kernel supports
|
||||
options MVME147
|
||||
|
@ -50,7 +50,7 @@ options INET6 # IPV6
|
|||
#options TPIP
|
||||
#options EON
|
||||
|
||||
options COMPAT_09, COMPAT_10, COMPAT_11,
|
||||
options COMPAT_09, COMPAT_10, COMPAT_11
|
||||
options COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
|
||||
#options COMPAT_SUNOS
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
|
Loading…
Reference in New Issue