diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-27 14:52:00 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-27 14:52:00 +0000 |
commit | fb505f5f0705b43b270cdac4e5d7742bba2589ac (patch) | |
tree | 67b67163d9ecddce396a5d2d3dcf8c34bc392a58 | |
parent | 2805ed9f035196e8d97bd1d7bd093d541ca1a792 (diff) | |
download | freebsd-ports-fb505f5f0705b43b270cdac4e5d7742bba2589ac.zip |
Add tracker as a normal SUBDIR target again.
-rw-r--r-- | audio/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5695445a52d2..a447fe09187b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,10 +1,5 @@ -# $Id: Makefile,v 1.4 1994/11/10 01:32:09 jkh Exp $ +# $Id: Makefile,v 1.5 1994/11/20 21:17:25 ats 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 +SUBDIR= nas sox tracker .include <bsd.port.subdir.mk> |