]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/Makefile
Imported from util-linux-2.11b tarball.
[thirdparty/util-linux.git] / misc-utils / Makefile
index 5b74dd39e5ae3f428bef72b056501e4230fb45fb..9fedca66dcd312ece8787829658cc0c97abb05d5 100644 (file)
@@ -21,7 +21,7 @@ BIN=            kill
 USRBIN=                cal chkdupexe ddate logger look mcookie \
                namei rename script whereis write
 
-MAYBE=         reset setterm tsort
+MAYBE=         reset setterm
 
 ifeq "$(HAVE_RESET)" "no"
 USRBIN:=$(USRBIN) reset
@@ -33,11 +33,6 @@ USRBIN:=$(USRBIN) setterm
 MAN1:=$(MAN1) setterm.1
 endif
 
-ifeq "$(HAVE_TSORT)" "no"
-USRBIN:=$(USRBIN) tsort
-MAN1:=$(MAN1) tsort.1
-endif
-
 # For script only
 LIBPTY=
 ifeq "$(HAVE_OPENPTY)" "yes"