Module Name:    src
Committed By:   macallan
Date:           Fri Oct 29 19:10:14 UTC 2021

Modified Files:
        src/sys/dev/sbus: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/sbus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/sbus/Makefile
diff -u src/sys/dev/sbus/Makefile:1.4 src/sys/dev/sbus/Makefile:1.5
--- src/sys/dev/sbus/Makefile:1.4	Wed Apr 11 19:07:37 2001
+++ src/sys/dev/sbus/Makefile	Fri Oct 29 19:10:14 2021
@@ -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>

Reply via email to