blob: 54dc8df1bf184b9839f8c8162f55bd552ae93e13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.8 2004/08/27 12:32:43 drochner Exp $
#
COMMENT= Software for geographical-related uses
SUBDIR+= garmin-utils
SUBDIR+= gpsd
SUBDIR+= gpsdrive
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"
|