Source-Changes-HG archive

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

[src/trunk]: src/sys/dev sys/dev/Makefile: Split INCS onto separate lines for...



details:   https://anonhg.NetBSD.org/src/rev/e3b869d3bed5
branches:  trunk
changeset: 369492:e3b869d3bed5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Aug 20 11:42:49 2022 +0000

description:
sys/dev/Makefile: Split INCS onto separate lines for ease of sorting.

Also sort.

diffstat:

 sys/dev/Makefile |  14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8490d9c8b97a -r e3b869d3bed5 sys/dev/Makefile
--- a/sys/dev/Makefile  Sat Aug 20 11:34:08 2022 +0000
+++ b/sys/dev/Makefile  Sat Aug 20 11:42:49 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.47 2020/09/27 11:57:28 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.48 2022/08/20 11:42:49 riastradh Exp $
 
 SUBDIR=        apm ata bluetooth dec dm dmover dtv hdaudio hdmicec hid hpc \
        i2c i2o ic ieee1394 ir isa \
@@ -18,7 +18,15 @@
 INCSDIR= /usr/include/dev
 
 # Only install includes which are used by userland
-INCS=  biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
-       md.h vndvar.h spkrio.h
+INCS+= biovar.h
+INCS+= ccdvar.h
+INCS+= cgdvar.h
+INCS+= fssvar.h
+INCS+= keylock.h
+INCS+= kttcpio.h
+INCS+= lockstat.h
+INCS+= md.h
+INCS+= spkrio.h
+INCS+= vndvar.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index