diff options
author | asami <asami@FreeBSD.org> | 1995-06-21 11:11:18 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-21 11:11:18 +0000 |
commit | 38a20fa9c907796c2057dbc5d56db7ba62c3a580 (patch) | |
tree | 81fff36906f8dad08269d30d97b5b81a47550608 /editors | |
parent | 314fd9a1e4f6fb4a11e7f8a2bdaa2987afccef81 (diff) | |
download | FreeBSD-ports-38a20fa9c907796c2057dbc5d56db7ba62c3a580.zip FreeBSD-ports-38a20fa9c907796c2057dbc5d56db7ba62c3a580.tar.gz |
...but it still goes into SUBDIR here, 'cause NO_PACKAGE in its own
Makefile should safeguard us.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index c6755b3..07fe0ac 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.17 1995/05/14 03:29:27 asami Exp $ +# $Id: Makefile,v 1.18 1995/05/14 07:13:07 asami Exp $ # -SUBDIR= axe emacs jove mule tkHTML uemacs vile xemacs xvile +SUBDIR= axe e93 emacs jove mule tkHTML uemacs vile xemacs xvile .include <bsd.port.subdir.mk> |