NetBSD/usr.bin/audio/Makefile.inc
sommerfeld 64cf1af58d Let src/usr.bin build with recursive parallel make..
- add .WAIT and .NOTPARALLEL in a few places
 - change ${MAKE} print-objdir to ${PRINTOBJDIR}
 - convert other ad-hoc forms to use ${PRINTOBJDIR}
2000-12-30 14:54:39 +00:00

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