summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1994-12-06 11:57:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1994-12-06 11:57:27 +0000
commitbeff47b5ecf66fc4e0683b9929e87faf253f21ec (patch)
treefe623fce17b0442d3a74e8ca4368aaa5b57236d1 /math
parenthexcalc, a multi-radix calculator for x11 (diff)
Added hexcalc, sorted items in alphabetical order.
Notes
Notes: svn path=/head/; revision=540
Diffstat (limited to 'math')
-rw-r--r--math/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index c5c582cf24fe..60f0e3241be5 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.4 1994/10/31 14:37:36 ljo Exp $
+# $Id: Makefile,v 1.5 1994/11/20 23:04:54 ats Exp $
#
-SUBDIR= blas eispack gnuplot fudgit linpack oleo
+SUBDIR= blas eispack fudgit gnuplot hexcalc linpack oleo
.include <bsd.port.subdir.mk>