1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/audio/Makefile
Andreas Schulz 9c56fb1109 Add the tracker module into a clean SUBDIR target. It is not usable
in the moment, but i like to get all ports cleaned from the top.
1994-11-20 21:17:25 +00:00

11 lines
219 B
Makefile

# $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>