13 lines
180 B
Makefile
13 lines
180 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/09/27 03:53:06 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/ic
|
|
|
|
KMOD= aac
|
|
IOCONF= aac.ioconf
|
|
|
|
SRCS+= aac.c
|
|
|
|
.include <bsd.kmodule.mk>
|