11 lines
215 B
Makefile
11 lines
215 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/03/28 14:48:53 jmcneill Exp $
|
|
|
|
# This file is used by modules and rump kernels
|
|
|
|
.include "../Makefile.inc"
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
|
|
KMOD= hdaudio
|
|
|
|
.include <bsd.kmodule.mk>
|