64cf1af58d
- add .WAIT and .NOTPARALLEL in a few places - change ${MAKE} print-objdir to ${PRINTOBJDIR} - convert other ad-hoc forms to use ${PRINTOBJDIR}
15 lines
342 B
Makefile
15 lines
342 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2000/12/30 14:54:39 sommerfeld Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIBAUDIO != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
|
|
CPPFLAGS+=-I${.CURDIR}/../common
|
|
DPADD+= ${LIBAUDIO}/libaudio.a
|
|
LDADD+= -L${LIBAUDIO} -laudio
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|
|
|
|
COPTS+= -g
|