thorpej ee196f5aad Install the "soundcard.h" include file in /usr/include, because:
- 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.
1997-10-19 08:12:22 +00:00

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>