diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:00 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:00 +0100 |
commit | f0c8eda12c410fb56630de47f6d50cac15f7529a (patch) | |
tree | 4531e56b1873ce6b4e5db4bf4684f5daa4e1257e /text-utils | |
parent | 63cccae4684f83d2a462bc8abf24e51d1bd6efb6 (diff) | |
download | util-linux-old-f0c8eda12c410fb56630de47f6d50cac15f7529a.tar.gz |
Imported from util-linux-2.11u tarball.
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/text-utils/Makefile b/text-utils/Makefile index 6fecb2f8..3ecce23f 100644 --- a/text-utils/Makefile +++ b/text-utils/Makefile @@ -6,9 +6,9 @@ include ../make_include include ../MCONFIG -MAN1= col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 pg.1 +MAN1= col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 -USRBIN= col colcrt colrm column hexdump rev line pg +USRBIN= col colcrt colrm column hexdump rev line BIN= @@ -16,8 +16,8 @@ MAYBE= more ul ifeq "$(HAVE_NCURSES)" "yes" BIN:=$(BIN) more -USRBIN:=$(USRBIN) ul -MAN1:=$(MAN1) ul.1 more.1 +USRBIN:=$(USRBIN) ul pg +MAN1:=$(MAN1) ul.1 more.1 pg.1 else ifeq "$(HAVE_TERMCAP)" "yes" BIN:=$(BIN) more |