11 lines
179 B
Makefile
11 lines
179 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2008/11/13 10:05:52 ad Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
.PATH: ${S}/compat/ossaudio
|
||
|
|
||
|
KMOD= compat_ossaudio
|
||
|
SRCS= ossaudio.c
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|