diff options
author | Paul Traina <pst@FreeBSD.org> | 1995-01-06 10:00:37 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1995-01-06 10:00:37 +0000 |
commit | 5948480ab5b985087042ee0d737f7ba7d555891a (patch) | |
tree | 1fc353e3701ebb3430d0efe8a8c0a434f30d98e0 /audio | |
parent | fb711d8e0fb803dae8d7fa8eb03c7503336c343a (diff) |
Added gsm.
Notes
Notes:
svn path=/head/; revision=728
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index a447fe09187b..d383779234f7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.5 1994/11/20 21:17:25 ats Exp $ +# $Id: Makefile,v 1.6 1994/11/27 14:52:00 ats Exp $ # -SUBDIR= nas sox tracker +SUBDIR= gsm nas sox tracker .include <bsd.port.subdir.mk> |