mirror of https://git.FreeBSD.org/ports.git
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.
This commit is contained in:
parent
c00b68e6c9
commit
9c56fb1109
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429
|
|
@ -1,5 +1,10 @@
|
|||
# $Id: Makefile,v 1.3 1994/11/04 01:54:32 jkh Exp $
|
||||
# $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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue