1#	$NetBSD: Makefile,v 1.1 2016/09/27 03:53:06 pgoyette Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev/ic
6
7KMOD=	aac
8IOCONF=	aac.ioconf
9
10SRCS+=	aac.c
11
12.include <bsd.kmodule.mk>
13