diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-12-30 19:25:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-12-30 19:25:20 +0000 |
commit | 5d80f7247ea351b9cea4d2529647857419c6ff1a (patch) | |
tree | 04fdbe7df0e10bcdfcb43844768fc607e55626f0 /distrib | |
parent | bdb3e7bf44c072995840a81bfe5c9496bb2d0694 (diff) |
hppa can do SMP now; ok miod
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/hppa/features | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/hppa/features b/distrib/notes/hppa/features index 6800a0b5e10..47706399075 100644 --- a/distrib/notes/hppa/features +++ b/distrib/notes/hppa/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.2 2009/10/10 18:40:43 miod Exp $ +dnl $OpenBSD: features,v 1.3 2010/12/30 19:25:19 deraadt 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 |