22 lines
341 B
Makefile
22 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/01/23 20:34:21 wulf Exp $
|
|
#
|
|
|
|
|
|
COMMENT= Amateur packet radio tools
|
|
|
|
SUBDIR+= 7plus
|
|
SUBDIR+= cwtext
|
|
SUBDIR+= dpbox
|
|
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"
|