mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
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>
|