23 lines
356 B
Makefile
23 lines
356 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/01/24 18:06:57 wulf Exp $
|
|
#
|
|
|
|
|
|
COMMENT= Amateur packet radio tools
|
|
|
|
SUBDIR+= 7plus
|
|
SUBDIR+= cwtext
|
|
SUBDIR+= dpbox
|
|
SUBDIR+= gmfsk
|
|
SUBDIR+= grig
|
|
SUBDIR+= hamlib
|
|
SUBDIR+= linpsk
|
|
SUBDIR+= locator
|
|
SUBDIR+= tfkiss
|
|
SUBDIR+= tlf
|
|
SUBDIR+= tnt
|
|
SUBDIR+= wwl
|
|
SUBDIR+= xdx
|
|
SUBDIR+= xlog
|
|
SUBDIR+= yaesu
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|