21 lines
325 B
Makefile
21 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/09/24 23:40:56 wulf Exp $
|
|
#
|
|
|
|
|
|
COMMENT= Amateur packet radio tools
|
|
|
|
SUBDIR+= 7plus
|
|
SUBDIR+= cwtext
|
|
SUBDIR+= dpbox
|
|
SUBDIR+= grig
|
|
SUBDIR+= hamlib
|
|
SUBDIR+= locator
|
|
SUBDIR+= tfkiss
|
|
SUBDIR+= tlf
|
|
SUBDIR+= tnt
|
|
SUBDIR+= wwl
|
|
SUBDIR+= xdx
|
|
SUBDIR+= xlog
|
|
SUBDIR+= yaesu
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|