]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/Makefile
Imported from util-linux-2.11o tarball.
[thirdparty/util-linux.git] / misc-utils / Makefile
index 67350b70987ce8bbaaa3dfa57fb10c371943a702..d61add412825bff0ac2fcc75b9c458953f7ce914 100644 (file)
@@ -11,14 +11,13 @@ include ../MCONFIG
 
 # Where to put man pages?
 
-MAN1=          cal.1 chkdupexe.1 ddate.1 kill.1 \
-               logger.1 look.1 mcookie.1 namei.1 rename.1 script.1 \
-               whereis.1
+MAN1=          cal.1 chkdupexe.1 ddate.1 logger.1 look.1 mcookie.1 \
+               namei.1 rename.1 script.1 whereis.1
 
 # Where to put binaries?
 # See the "install" rule for the links. . .
 
-BIN=            kill
+BIN=
 
 USRBIN=                cal chkdupexe ddate logger look mcookie \
                namei rename script whereis
@@ -35,6 +34,11 @@ USRBIN:=$(USRBIN) write
 MAN1:=$(MAN1) write.1
 endif
 
+ifeq "$(HAVE_KILL)" "no"
+BIN:=$(BIN) kill
+MAN1:=$(MAN1) kill.1
+endif
+
 ifeq "$(HAVE_NCURSES)" "yes"
 USRBIN:=$(USRBIN) setterm
 MAN1:=$(MAN1) setterm.1