Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sbus install mgxreg.h so we can use it from Xorg



details:   https://anonhg.NetBSD.org/src/rev/419a973d3cf6
branches:  trunk
changeset: 990517:419a973d3cf6
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Oct 29 19:10:14 2021 +0000

description:
install mgxreg.h so we can use it from Xorg

diffstat:

 sys/dev/sbus/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r aa186c647402 -r 419a973d3cf6 sys/dev/sbus/Makefile
--- a/sys/dev/sbus/Makefile     Fri Oct 29 18:50:52 2021 +0000
+++ b/sys/dev/sbus/Makefile     Fri Oct 29 19:10:14 2021 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.4 2001/04/11 19:07:37 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.5 2021/10/29 19:10:14 macallan Exp $
 
 INCSDIR= /usr/include/dev/sbus
 
 # Only install includes which are used by userland
-INCS=  mbppio.h
+INCS=  mbppio.h mgxreg.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index