mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
9c56fb1109
in the moment, but i like to get all ports cleaned from the top.
11 lines
219 B
Makefile
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>
|