diff options
Diffstat (limited to 'ham/gnuradio-howto/Makefile')
-rw-r--r-- | ham/gnuradio-howto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-howto/Makefile b/ham/gnuradio-howto/Makefile index ba7f926296a..a0fdba9ee04 100644 --- a/ham/gnuradio-howto/Makefile +++ b/ham/gnuradio-howto/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2006/01/24 07:32:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/02/05 23:09:42 joerg Exp $ VERSION= 0.4 DISTNAME= gr-howto-write-a-block-${VERSION} PKGNAME= gnuradio-howto-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/${DISTNAME} COMMENT= Documentation about GNU Radio signal processing blocks |