blob: 03c9c2a05e0fdb1712de11ece6cc1737c80c96c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# $NetBSD: Makefile,v 1.32 2000/12/12 01:30:41 wiz Exp $
#
SUBDIR += acs
SUBDIR += boolean
SUBDIR += cascade
SUBDIR += dinotrace
SUBDIR += eagle
SUBDIR += fastcap
SUBDIR += fasthenry
SUBDIR += felt
SUBDIR += geda
SUBDIR += geda-docs
SUBDIR += geda-symbols
SUBDIR += geda-utils
SUBDIR += gnetlist
SUBDIR += gschem
SUBDIR += gsymcheck
SUBDIR += gwave
SUBDIR += ipal-current
SUBDIR += libgeda
SUBDIR += ng-spice
SUBDIR += ntesla
SUBDIR += oregano
SUBDIR += pcb
SUBDIR += spice
SUBDIR += spiceprm
SUBDIR += verilog
SUBDIR += verilog-current
SUBDIR += vipec
SUBDIR += xchiplogo
SUBDIR += xcircuit
.include "../mk/bsd.pkg.subdir.mk"
|