blob: 75df91bd6b5f97075be7d570d5d4d570b44a6f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.11 2003/07/03 00:47:56 wulf Exp $
#
COMMENT= Amateur packet radio tools
SUBDIR+= 7plus
SUBDIR+= cwtext
SUBDIR+= dpbox
SUBDIR+= hamlib
SUBDIR+= locator
SUBDIR+= tfkiss
SUBDIR+= tnt
SUBDIR+= wwl
SUBDIR+= xlog
SUBDIR+= yaesu
.include "../mk/bsd.pkg.subdir.mk"
|