diff options
author | schmonz <schmonz> | 2002-04-08 19:59:08 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-04-08 19:59:08 +0000 |
commit | 8a3ea297a1cf63247f3982cf874ad4fba9d496cd (patch) | |
tree | 27027c57c752e22ab21c473bb302c13bce222199 /editors/ce/Makefile | |
parent | c9d694b370db3606bec3e3d1cef390508f8a9f1f (diff) | |
download | pkgsrc-8a3ea297a1cf63247f3982cf874ad4fba9d496cd.tar.gz |
Initial import of ce-4.4, from my own PR pkg/15627.
Suggestions from agc. Approved by garbled.
This editor is derived most directly from Dave Conroy's original
MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs
v3.6. Some stuff from mg, version 2a, has also been used.
This version of ce is intended for use in normal ttys.
Diffstat (limited to 'editors/ce/Makefile')
-rw-r--r-- | editors/ce/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/ce/Makefile b/editors/ce/Makefile new file mode 100644 index 00000000000..49194e9dfb6 --- /dev/null +++ b/editors/ce/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 19:59:08 schmonz Exp $ +# + +.include "Makefile.common" + +COMMENT+= , tty version + +ALL_TARGET= ce +INSTALL_TARGET= install man-install + +.include "../../mk/bsd.pkg.mk" |