summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1995-10-30 17:32:34 +0000
committerPaul Traina <pst@FreeBSD.org>1995-10-30 17:32:34 +0000
commit7cc1cfcec4c3df13daad97d61ee44bb07148be6e (patch)
treecaa60ec731cec0deaa5a9e12a1ad2de58af5981e
parentInitial import of ashe-1.1.2. (diff)
Add ashe & gnats (ashe=nobuild due to motif)
Notes
Notes: svn path=/head/; revision=2379
-rw-r--r--databases/Makefile4
-rw-r--r--editors/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/databases/Makefile b/databases/Makefile
index c7be48b27b11..b1ef1e9f7da2 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.2 1995/05/14 03:29:21 asami Exp $
+# $Id: Makefile,v 1.3 1995/08/13 01:10:21 asami Exp $
#
-
+ SUBDIR += gnats
SUBDIR += msql
SUBDIR += exodus
diff --git a/editors/Makefile b/editors/Makefile
index c5e5fcf8f166..6327d9ab455e 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1995/10/02 16:17:08 erich Exp $
+# $Id: Makefile,v 1.22 1995/10/03 11:45:06 asami Exp $
#
SUBDIR += axe
@@ -14,4 +14,6 @@
SUBDIR += xemacs
SUBDIR += xvile
+ NOBUILD += ashe # requires motif
+
.include <bsd.port.subdir.mk>