summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorRobert Peichaer <rpe@cvs.openbsd.org>2016-02-11 13:03:26 +0000
committerRobert Peichaer <rpe@cvs.openbsd.org>2016-02-11 13:03:26 +0000
commit20ffb7cec2173ab00d01dd7987900f61a1c50d9f (patch)
tree15b71ac138ccb1c156df3bf4c1ae2095720c1469 /distrib
parent0dc05f9751dde6dc5371aa724bc5df3283d7e874 (diff)
The defines in the /usr/src/distrib/notes/<arch>/features files control
if certain parts of m4.common end up in the installation notes for an archictecture. - hppa has timezone info in bsd.rd now (according to list.local) - the macppc install.md sets MDXDM=y. OK shten@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/notes/hppa/features4
-rw-r--r--distrib/notes/macppc/features4
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/notes/hppa/features b/distrib/notes/hppa/features
index 47706399075..81423d1109f 100644
--- a/distrib/notes/hppa/features
+++ b/distrib/notes/hppa/features
@@ -1,4 +1,4 @@
-dnl $OpenBSD: features,v 1.3 2010/12/30 19:25:19 deraadt Exp $
+dnl $OpenBSD: features,v 1.4 2016/02/11 13:03:25 rpe Exp $
dnl
dnl This file lists almost all the conditional features of this port,
dnl which are used to provide accurate installation notes.
@@ -27,7 +27,7 @@ dnl define if shared libraries are provided
define({:-MDSO-:},1)dnl
dnl
dnl define if some media have timezone information (TZ in their list)
-define({:-MDTZ-:},)dnl
+define({:-MDTZ-:},1)dnl
dnl
dnl define if glass console is possible
dnl (XXX does not imply availablity of X servers though)
diff --git a/distrib/notes/macppc/features b/distrib/notes/macppc/features
index 0da60c0f1db..9fc881fef67 100644
--- a/distrib/notes/macppc/features
+++ b/distrib/notes/macppc/features
@@ -1,4 +1,4 @@
-dnl $OpenBSD: features,v 1.3 2013/02/25 20:16:03 miod Exp $
+dnl $OpenBSD: features,v 1.4 2016/02/11 13:03:25 rpe Exp $
dnl
dnl This file lists almost all the conditional features of this port,
dnl which are used to provide accurate installation notes.
@@ -37,4 +37,4 @@ dnl define if the X server can't start until machdep.allow_aperture is set
define({:-MDXAPERTURE-:},1)dnl
dnl
dnl define if the X server can start without a configuration file
-define({:-MDXDM-:},)dnl
+define({:-MDXDM-:},1)dnl