Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2015/03/28 14:48:53 jmcneill Exp $
2
3# This file is used by modules and rump kernels
4
5.include "../Makefile.inc"
6.include "${.CURDIR}/Makefile.inc"
7
8KMOD=	hdaudio
9
10.include <bsd.kmodule.mk>
11