NetBSD/usr.bin/audio/Makefile
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

6 lines
127 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/12/30 14:54:39 sommerfeld Exp $
SUBDIR= common .WAIT ctl play record
.include <bsd.subdir.mk>