diff options
author | jschauma <jschauma> | 2003-10-04 20:52:18 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-10-04 20:52:18 +0000 |
commit | 181cc024fc71feb4b09aa489654d6aad0406ebb7 (patch) | |
tree | a2d47c68219679ba9603c0ed6b86ab9d7fa211be /geography | |
parent | 3aa2af38e6faa1b28de234e585a33816dfd6e378 (diff) | |
download | pkgsrc-181cc024fc71feb4b09aa489654d6aad0406ebb7.tar.gz |
Add/enable gpspoint.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 5d2724bcd70..45c144bb586 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2003/10/04 19:34:46 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/04 20:52:18 jschauma Exp $ # COMMENT= Software for geographical-related uses +SUBDIR+= gpspoint + .include "../mk/bsd.pkg.subdir.mk" |