diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-02 08:21:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-02 08:21:27 +0000 |
commit | 40f8e6581f011d7b68468615b8d2e1040d8130d5 (patch) | |
tree | b62e871c79e9ea76e22a63fda4b3637afaf0b21e /editors/Makefile | |
parent | 7acba3d8ef0315415b8b3602c03b2cf36cbe9d0f (diff) |
Change ashe from NOBUILD to RESTRICTED, that's what we use elsewhere
for things that require Motif (like Mosaic).
Move ashe into alphabetically correct position.
Notes
Notes:
svn path=/head/; revision=2385
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index 6327d9ab455e..ce4d59423320 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.22 1995/10/03 11:45:06 asami Exp $ +# $Id: Makefile,v 1.23 1995/10/30 17:32:34 pst Exp $ # +RESTRICTED += ashe # requires motif SUBDIR += axe SUBDIR += e93 SUBDIR += emacs @@ -14,6 +15,4 @@ SUBDIR += xemacs SUBDIR += xvile - NOBUILD += ashe # requires motif - .include <bsd.port.subdir.mk> |