diff options
-rw-r--r-- | geography/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index b140285582b..54dc8df1bf1 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/08/22 18:37:37 gson Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/27 12:32:43 drochner Exp $ # COMMENT= Software for geographical-related uses @@ -10,5 +10,14 @@ SUBDIR+= gpspoint SUBDIR+= gpsutils SUBDIR+= mapserver SUBDIR+= vis5d+ +SUBDIR+= xrmap +SUBDIR+= xrmap-anthems +SUBDIR+= xrmap-base +SUBDIR+= xrmap-data +SUBDIR+= xrmap-factbook_html +SUBDIR+= xrmap-factbook_text +SUBDIR+= xrmap-flags +SUBDIR+= xrmap-hymns +SUBDIR+= xrmap-pdfmaps .include "../mk/bsd.pkg.subdir.mk" |