Module Name: src Committed By: sborrill Date: Wed Sep 16 20:58:07 UTC 2009
Modified Files: src/sys/dev/pci: Makefile Added Files: src/sys/dev/pci/hdaudio: Makefile Log Message: Install hdaudio includes required by upcoming userland toolS To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/Makefile cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/hdaudio/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/pci/Makefile diff -u src/sys/dev/pci/Makefile:1.12 src/sys/dev/pci/Makefile:1.13 --- src/sys/dev/pci/Makefile:1.12 Sun Jul 23 12:01:26 2006 +++ src/sys/dev/pci/Makefile Wed Sep 16 20:58:07 2009 @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2006/07/23 12:01:26 bouyer Exp $ +# $NetBSD: Makefile,v 1.13 2009/09/16 20:58:07 sborrill Exp $ # use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h +SUBDIR= hdaudio + INCSDIR= /usr/include/dev/pci # Only install includes which are used by userland Added files: Index: src/sys/dev/pci/hdaudio/Makefile diff -u /dev/null src/sys/dev/pci/hdaudio/Makefile:1.1 --- /dev/null Wed Sep 16 20:58:07 2009 +++ src/sys/dev/pci/hdaudio/Makefile Wed Sep 16 20:58:07 2009 @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2009/09/16 20:58:07 sborrill Exp $ + +INCSDIR= /usr/include/dev/pci/hdaudio + +# Only install includes which are used by userland +INCS= hdaudioio.h hdaudioreg.h + +.include <bsd.kinc.mk>