summaryrefslogtreecommitdiffstats
path: root/text-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/Makefile')
-rw-r--r--text-utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/text-utils/Makefile b/text-utils/Makefile
index 3c4343bfb..2cead324d 100644
--- a/text-utils/Makefile
+++ b/text-utils/Makefile
@@ -17,6 +17,8 @@ BIN= more
USRBIN= col colcrt colrm column hexdump rev
+MAYBE= ul
+
ifeq "$(HAVE_NCURSES)" "yes"
USRBIN:=$(USRBIN) ul
MAN1:=$(MAN1) ul.1
@@ -78,6 +80,6 @@ install install.shadow install.text-utils: all
.PHONY: clean distclean
clean:
- -rm -f *.o *~ core $(BIN) $(USRBIN)
+ -rm -f *.o *~ core $(BIN) $(USRBIN) $(MAYBE)
distclean: clean