31 lines
706 B
Makefile
31 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.20 2000/01/26 17:10:09 dmcmahill Exp $
|
|
# FreeBSD Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp
|
|
#
|
|
|
|
SUBDIR += acs
|
|
# SUBDIR += chipmunk
|
|
SUBDIR += cascade
|
|
SUBDIR += fastcap
|
|
SUBDIR += fasthenry
|
|
# SUBDIR += felt
|
|
SUBDIR += libgeda
|
|
SUBDIR += geda
|
|
SUBDIR += geda-docs
|
|
SUBDIR += geda-symbols
|
|
SUBDIR += geda-utils
|
|
SUBDIR += gnetlist
|
|
SUBDIR += gschem
|
|
SUBDIR += gsymcheck
|
|
# SUBDIR += irsim
|
|
# SUBDIR += kaskade
|
|
# SUBDIR += magic
|
|
# SUBDIR += mars
|
|
SUBDIR += ntesla
|
|
SUBDIR += pcb
|
|
SUBDIR += spice
|
|
SUBDIR += spiceprm
|
|
SUBDIR += verilog
|
|
SUBDIR += vipec
|
|
SUBDIR += xchiplogo
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|