diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-05 21:30:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-05 21:30:44 +0000 |
commit | 3d35922974dca17eca596ec74c4be3d1fe60f19b (patch) | |
tree | 0b126a918c821db7e4cd36d2008d2612e6e86e5e /meta-pkgs | |
parent | 540dc92c0c4537da3c846434c2f86280273f36e8 (diff) | |
download | pkgsrc-3d35922974dca17eca596ec74c4be3d1fe60f19b.tar.gz |
Add usrp and usrp-docs.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnuradio/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common index 0de90384f49..5a105db4caa 100644 --- a/meta-pkgs/gnuradio/Makefile.common +++ b/meta-pkgs/gnuradio/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2013/01/23 18:52:24 wiz Exp $ +# $NetBSD: Makefile.common,v 1.19 2014/01/05 21:30:44 wiz Exp $ # # This Makefile fragment is included at the top of package Makefiles for # GNU Radio distributed packages (they all share common configure and build @@ -17,6 +17,8 @@ # used by ham/gnuradio-usrp/Makefile # used by ham/gnuradio-video-sdl/Makefile # used by ham/gnuradio-wxgui/Makefile +# used by ham/usrp/Makefile +# used by ham/usrp-docs/Makefile .include "../../meta-pkgs/gnuradio/Makefile.version" |