summaryrefslogtreecommitdiff
path: root/editors
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 /editors
parentInitial import of ashe-1.1.2. (diff)
Add ashe & gnats (ashe=nobuild due to motif)
Notes
Notes: svn path=/head/; revision=2379
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile4
1 files changed, 3 insertions, 1 deletions
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>