summaryrefslogtreecommitdiff
path: root/audio/Makefile
blob: 5695445a52d28b63e5ea537c3e46652c365c6438 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $Id: Makefile,v 1.4 1994/11/10 01:32:09 jkh Exp $
#
SUBDIR=	nas sox

.if make(clean) 
# tracker is in the moment not compilable, so put it here as a clean target
SUBDIR+= tracker
.endif

.include <bsd.port.subdir.mk>