to add patches to make it happy with clang. There are newer versions but no one has been interested. Time to retire it. ok rsadowski@ tracey@
34 lines
734 B
Makefile
34 lines
734 B
Makefile
# $OpenBSD: Makefile,v 1.39 2020/03/31 15:04:47 kmos Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += abc
|
|
SUBDIR += fritzing
|
|
SUBDIR += geda-gaf
|
|
SUBDIR += gerbv
|
|
SUBDIR += gnucap
|
|
SUBDIR += graywolf
|
|
SUBDIR += gtkwave
|
|
SUBDIR += kicad
|
|
SUBDIR += kicad-share
|
|
SUBDIR += klogic
|
|
SUBDIR += librecad
|
|
SUBDIR += magic
|
|
SUBDIR += necpp
|
|
SUBDIR += netgen
|
|
SUBDIR += ngspice
|
|
SUBDIR += oce
|
|
SUBDIR += openscad
|
|
SUBDIR += opensta
|
|
SUBDIR += pcb
|
|
SUBDIR += qcad
|
|
SUBDIR += qelectrotech
|
|
SUBDIR += qrouter
|
|
SUBDIR += qucs-s
|
|
SUBDIR += tkgate
|
|
SUBDIR += xcircuit
|
|
SUBDIR += xnecview
|
|
SUBDIR += xschem
|
|
SUBDIR += yosys
|
|
|
|
.include <bsd.port.subdir.mk>
|