diff options
author | ats <ats@FreeBSD.org> | 1995-02-14 07:52:02 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-14 07:52:02 +0800 |
commit | f923f89232f86fb55e60ad598237a99172d265b9 (patch) | |
tree | 5af5c668d015a653f6d90a3de8b71a557c3f89fc | |
parent | a83bf17afba32642c3706042fdf7dc18e3b35453 (diff) | |
download | freebsd-ports-gnome-f923f89232f86fb55e60ad598237a99172d265b9.tar.gz freebsd-ports-gnome-f923f89232f86fb55e60ad598237a99172d265b9.tar.zst freebsd-ports-gnome-f923f89232f86fb55e60ad598237a99172d265b9.zip |
Add "gmp" to the subirs list. It seems to compile and package just fine.
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 49942710e06e..cdeab786c2a5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.6 1994/12/06 11:57:27 asami Exp $ +# $Id: Makefile,v 1.7 1995/01/13 11:44:45 jkh Exp $ # -SUBDIR= blas calc eispack fudgit gnuplot hexcalc linpack oleo xgraph +SUBDIR= blas calc eispack fudgit gmp gnuplot hexcalc linpack oleo xgraph .include <bsd.port.subdir.mk> |