blob: e7413768b8b457543ce4ba949f216aaeb37d8d95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.5 1998/04/13 14:18:45 lukem Exp $
LIB= ossaudio
MAN= ossaudio.3
SRCS= ossaudio.c
CPPFLAGS+= -I${.CURDIR}
INCS= soundcard.h
INCSDIR=/usr/include
.include <bsd.lib.mk>
|