From 8891697f4463c34f1728d2573fa9c5a354f27b0a Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 23 Jan 2001 15:55:02 +0000 Subject: [PATCH] Add p5-AI-Perceptron --- math/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/Makefile b/math/Makefile index eafb70f4af9..fa53f3fbd74 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2001/01/23 15:07:59 kevlo Exp $ +# $OpenBSD: Makefile,v 1.18 2001/01/23 15:55:02 kevlo Exp $ # # SUBDIR += Scilab @@ -34,6 +34,7 @@ # SUBDIR += oleo SUBDIR += p5-AI-NeuralNet-BackProp SUBDIR += p5-AI-NeuralNet-Mesh + SUBDIR += p5-AI-Perceptron # SUBDIR += p5-MatrixReal # SUBDIR += pari # SUBDIR += plplot