19 lines
298 B
Makefile
19 lines
298 B
Makefile
# $NetBSD: Makefile,v 1.12 2004/02/23 23:03:36 wulf Exp $
|
|
#
|
|
|
|
|
|
COMMENT= Amateur packet radio tools
|
|
|
|
SUBDIR+= 7plus
|
|
SUBDIR+= cwtext
|
|
SUBDIR+= dpbox
|
|
SUBDIR+= hamlib
|
|
SUBDIR+= locator
|
|
SUBDIR+= tfkiss
|
|
SUBDIR+= tnt
|
|
SUBDIR+= wwl
|
|
SUBDIR+= xdx
|
|
SUBDIR+= xlog
|
|
SUBDIR+= yaesu
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|