Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk build Xorg server on hppa



details:   https://anonhg.NetBSD.org/src/rev/070c42a91f22
branches:  trunk
changeset: 940518:070c42a91f22
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Oct 09 04:19:43 2020 +0000

description:
build Xorg server on hppa

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f5066c28563c -r 070c42a91f22 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Oct 09 01:49:53 2020 +0000
+++ b/share/mk/bsd.own.mk       Fri Oct 09 04:19:43 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1222 2020/09/26 17:49:50 jmcneill Exp $
+#      $NetBSD: bsd.own.mk,v 1.1223 2020/10/09 04:19:43 macallan Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1311,6 +1311,7 @@
     ${MACHINE} == "hpcarm"     || \
     ${MACHINE} == "hpcmips"    || \
     ${MACHINE} == "hpcsh"      || \
+    ${MACHINE} == "hppa"       || \
     ${MACHINE} == "i386"       || \
     ${MACHINE} == "ibmnws"     || \
     ${MACHINE} == "iyonix"     || \



Home | Main Index | Thread Index | Old Index