diff options
author | wiz <wiz@pkgsrc.org> | 2020-04-15 16:06:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-04-15 16:06:21 +0000 |
commit | 26513d485518132c7ee2e3459ef4e1110f40d85a (patch) | |
tree | 36258782839b218c4d594a142855f36aefd43d7e /editors/Makefile | |
parent | 28f4263eb7731c8dc46a5b26fc2688a37bfcf1df (diff) | |
download | pkgsrc-26513d485518132c7ee2e3459ef4e1110f40d85a.tar.gz |
editor/Makefile: + fileobj
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 37df79fedd6..36f37aea742 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.202 2020/04/06 11:41:05 pin Exp $ +# $NetBSD: Makefile,v 1.203 2020/04/15 16:06:21 wiz Exp $ # COMMENT= Editors @@ -43,6 +43,7 @@ SUBDIR+= ex SUBDIR+= fe SUBDIR+= feathernotes SUBDIR+= featherpad +SUBDIR+= fileobj SUBDIR+= focuswriter SUBDIR+= gate SUBDIR+= gconf-editor |