diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-10-04 21:00:14 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-10-04 21:00:14 +0000 |
commit | 440339630947001e249b875cd6d314d55aedc360 (patch) | |
tree | 9e51aff8caa8a946c07d9932866fd21ab99edd2a /geography | |
parent | b4112e5cea149137da4117b56bd63f4d5ea51ebf (diff) | |
download | pkgsrc-440339630947001e249b875cd6d314d55aedc360.tar.gz |
Add/enable Makefile^Wgpsutils.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 45c144bb586..f167989197e 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/10/04 20:52:18 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2003/10/04 21:00:14 jschauma Exp $ # COMMENT= Software for geographical-related uses SUBDIR+= gpspoint +SUBDIR+= gpsutils .include "../mk/bsd.pkg.subdir.mk" |