blob: 925b22c85e9394c4ce05e3db5a038c0714310436 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.1 2015/03/28 14:09:59 jmcneill Exp $
INCSDIR= /usr/include/dev/hdaudio
# Only install includes which are used by userland
INCS= hdaudioio.h hdaudioreg.h
.include <bsd.kinc.mk>
|