diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:45:57 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:45:57 +0000 |
commit | b2953d89912a75fb64432f004fc9d1c546869f3e (patch) | |
tree | c49a9681265e3b763f43bc487bff290a611d0b15 /audio/Makefile | |
parent | 34133aa06d7cea84256925aba5e3d69ebc9636f4 (diff) | |
download | ports-b2953d89912a75fb64432f004fc9d1c546869f3e.tar.gz ports-b2953d89912a75fb64432f004fc9d1c546869f3e.zip |
added in my new ports
Notes
Notes:
svn path=/head/; revision=3621
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index b4150cad5a92..5a47cc046b20 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1996/07/06 09:28:34 gpalmer Exp $ +# $Id: Makefile,v 1.27 1996/08/06 17:39:25 chuckr Exp $ # SUBDIR += gmod @@ -19,5 +19,6 @@ SUBDIR += xcdplayer SUBDIR += xmcd SUBDIR += xmix + SUBDIR += xmmix .include <bsd.port.subdir.mk> |