]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - text-utils/Makefile
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / text-utils / Makefile
index 3c4343bfbc7b8f12504260d9cdf05261ec5cf804..2cead324d12868ce782f9d9c762a000058c0d146 100644 (file)
@@ -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