diff options
author | asami <asami@FreeBSD.org> | 1995-08-13 09:10:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-13 09:10:21 +0800 |
commit | 9165a63ce6285cc2c4d4baa1aa3c130b279932a3 (patch) | |
tree | 9a05d242a4b25a0baf7e7d1f2889cc9528844cd4 /databases | |
parent | 1e70b2c7017f91a0ba6d842001956bcc506cce85 (diff) | |
download | freebsd-ports-gnome-9165a63ce6285cc2c4d4baa1aa3c130b279932a3.tar.gz freebsd-ports-gnome-9165a63ce6285cc2c4d4baa1aa3c130b279932a3.tar.zst freebsd-ports-gnome-9165a63ce6285cc2c4d4baa1aa3c130b279932a3.zip |
Added exodus.
(Hurray! This Makefile now has two entries!)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index b2f344bd37e6..c7be48b27b11 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.1 1995/01/15 07:37:16 gpalmer Exp $ +# $Id: Makefile,v 1.2 1995/05/14 03:29:21 asami Exp $ # -SUBDIR= msql + SUBDIR += msql + SUBDIR += exodus .include <bsd.port.subdir.mk> |