From 3e4f5e3ebcecc6698987cda7eb967615cd777cb6 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 28 May 2007 17:52:51 +0000 Subject: [PATCH] add xnecview and necpp --- cad/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cad/Makefile b/cad/Makefile index 68f7e694c26..f88eb1aaab4 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,12 +1,14 @@ -# $OpenBSD: Makefile,v 1.9 2007/01/09 16:13:37 steven Exp $ +# $OpenBSD: Makefile,v 1.10 2007/05/28 17:52:51 jason Exp $ SUBDIR += chipmunk SUBDIR += gnucap SUBDIR += kicad SUBDIR += klogic + SUBDIR += necpp SUBDIR += pcb SUBDIR += qcad SUBDIR += spice SUBDIR += xcircuit + SUBDIR += xnecview .include