From 655d814d753535f04f42b268b76455a46e98102d Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 22 Jun 2003 15:32:41 +0000 Subject: New applet: patch, applies a unified diff --- editors/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/Makefile.in') diff --git a/editors/Makefile.in b/editors/Makefile.in index f4f604e6a..cf6006a2c 100644 --- a/editors/Makefile.in +++ b/editors/Makefile.in @@ -24,6 +24,7 @@ endif EDITOR-y:= EDITOR-$(CONFIG_AWK) += awk.o +EDITOR-$(CONFIG_PATCH) += patch.o EDITOR-$(CONFIG_SED) += sed.o EDITOR-$(CONFIG_VI) += vi.o EDITOR_SRC:= $(EDITOR-y) -- cgit v1.2.3