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.
This commit is contained in:
thorpej 1997-10-19 08:12:22 +00:00
parent 0a9e50418e
commit ee196f5aad

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 1997/10/16 17:30:57 augustss Exp $
# $NetBSD: Makefile,v 1.2 1997/10/19 08:12:22 thorpej Exp $
LIB= ossaudio
MAN= ossaudio.3
@ -8,7 +8,7 @@ SRCS= ossaudio.c
CFLAGS+= -I${.CURDIR}
INCS= soundcard.h
INCSDIR=/usr/include/sys
INCSDIR=/usr/include
.include <bsd.lib.mk>