diff options
author | plunky <plunky@pkgsrc.org> | 2009-02-14 20:59:54 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2009-02-14 20:59:54 +0000 |
commit | 78de914839f2059dc1d35b835050422bdbc06540 (patch) | |
tree | e0ce2cd3d234913ae13edf90d194bee7971d1b63 /misc/Makefile | |
parent | 2dfadfb9a8f8d59c2e8eef78b84a8b3944bdb234 (diff) | |
download | pkgsrc-78de914839f2059dc1d35b835050422bdbc06540.tar.gz |
add zyGrib and zyGrib-maps
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1fd87857ee8..af2bce9e68a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.323 2009/01/31 22:11:10 bad Exp $ +# $NetBSD: Makefile,v 1.324 2009/02/14 20:59:54 plunky Exp $ # COMMENT= Miscellaneous utilities @@ -236,5 +236,7 @@ SUBDIR+= xtide SUBDIR+= yelp SUBDIR+= yrolo SUBDIR+= zorro +SUBDIR+= zyGrib +SUBDIR+= zyGrib-maps .include "../mk/misc/category.mk" |