diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2020-01-01 07:31:45 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2020-01-01 07:31:45 +0000 |
commit | cbb309b4d7b2aba85f0cfd4f5dcb69d820f26db6 (patch) | |
tree | d23a95f08b9916499b36b4e066e961134f6e3e22 /distrib/notes | |
parent | 31e6d12cb50c690f187f9c916b295b83cdba6cf2 (diff) |
Acknowledge SMP kernels in INSTALL.octeon
From miod@
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/octeon/features | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/octeon/features b/distrib/notes/octeon/features index eb0a4fcae36..f5499bc6107 100644 --- a/distrib/notes/octeon/features +++ b/distrib/notes/octeon/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.2 2013/07/26 20:07:29 miod Exp $ +dnl $OpenBSD: features,v 1.3 2020/01/01 07:31:44 visa Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -21,7 +21,7 @@ dnl (i.e. md_consoleinfo is not empty) define({:-MDSERCONS-:},)dnl dnl dnl define if SMP kernels are provided -define({:-MDSMP-:},)dnl +define({:-MDSMP-:},1)dnl dnl dnl define if shared libraries are provided define({:-MDSO-:},1)dnl |