diff options
author | ats <ats@FreeBSD.org> | 1994-11-21 05:17:25 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-21 05:17:25 +0800 |
commit | 4d91b48036dec73606483de015594caabe089730 (patch) | |
tree | 36c49ef647138b2bf1c5cfdc5147f6690aeb92f9 /audio | |
parent | bc5ae55aaa6f87ec43748830be834691c39f4c21 (diff) | |
download | freebsd-ports-gnome-4d91b48036dec73606483de015594caabe089730.tar.gz freebsd-ports-gnome-4d91b48036dec73606483de015594caabe089730.tar.zst freebsd-ports-gnome-4d91b48036dec73606483de015594caabe089730.zip |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5cf2f94a9f4a..5695445a52d2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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> |