mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 07:06:38 -04:00
11 lines
164 B
Makefile
11 lines
164 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/06/28 09:14:56 kent Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/usb
|
|
|
|
KMOD= uaudio
|
|
SRCS= uaudio.c
|
|
|
|
.include <bsd.kmodule.mk>
|