diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 21:17:25 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 21:17:25 +0000 |
commit | 9c56fb1109cf2525429fe945df7a65b8baceed51 (patch) | |
tree | 369d78619cac2207b89a94a0cd233520142bf786 /audio/Makefile | |
parent | c00b68e6c939759c722254acd9f22a1f7a60d71d (diff) | |
download | ports-9c56fb1109cf2525429fe945df7a65b8baceed51.tar.gz ports-9c56fb1109cf2525429fe945df7a65b8baceed51.zip |
Notes
Diffstat (limited to 'audio/Makefile')
-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> |