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/eafa27965e15
branches: trunk
changeset: 1024596:eafa27965e15
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 2c83727052a9 -r eafa27965e15 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