24 lines
516 B
Makefile
24 lines
516 B
Makefile
# $OpenBSD: Makefile,v 1.19 2011/05/16 08:21:09 landry Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += chipmunk
|
|
SUBDIR += fritzing
|
|
SUBDIR += geda-gaf
|
|
SUBDIR += gerbv
|
|
SUBDIR += gnucap
|
|
SUBDIR += gtkwave
|
|
SUBDIR += kicad
|
|
SUBDIR += kicad-library
|
|
SUBDIR += klogic
|
|
SUBDIR += necpp
|
|
SUBDIR += ngspice
|
|
SUBDIR += openscad
|
|
SUBDIR += pcb
|
|
SUBDIR += qcad
|
|
SUBDIR += spice
|
|
SUBDIR += xcircuit
|
|
SUBDIR += xnecview
|
|
SUBDIR += xtrkcad
|
|
|
|
.include <bsd.port.subdir.mk>
|