diff options
-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" |