ee196f5aad
- The documentation says <soundcard.h>, and - You can't install an include into /usr/include/sys, because the user might be using "symlinks" for the sys includes.
15 lines
196 B
Makefile
15 lines
196 B
Makefile
# $NetBSD: Makefile,v 1.2 1997/10/19 08:12:22 thorpej Exp $
|
|
|
|
LIB= ossaudio
|
|
MAN= ossaudio.3
|
|
|
|
SRCS= ossaudio.c
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
INCS= soundcard.h
|
|
INCSDIR=/usr/include
|
|
|
|
.include <bsd.lib.mk>
|
|
|