diff options
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index c5e5fcf..6327d9a 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> |