DragonFly bugs List (threaded) for 2004-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Hm, hm
On Apr 20, 2004, at 5:28 PM, JXrg Anslik wrote:
Hmm... less-381 & company doesn't show up in /usr/bin after installing
the whole wide world, although the stuff has correct build date stamps
in [...]usr.bin/less.
Yep, I see that too. Here is the patch I just committed for that.
-DR
Index: Makefile
===================================================================
RCS file: /cvs/src/usr.bin/less/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile 20 Apr 2004 17:43:33 -0000 1.3
+++ Makefile 20 Apr 2004 15:57:04 -0000
@@ -2,8 +2,7 @@
# $DragonFly: src/usr.bin/less/Makefile,v 1.3 2004/04/20 17:43:33
eirikn Exp $
PROG= less
-SRCS= \
- main.c screen.c brac.c ch.c charset.c cmdbuf.c \
+SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c \
command.c decode.c edit.c filename.c forwback.c \
help.c ifile.c input.c jump.c line.c linenum.c \
lsystem.c mark.c optfunc.c option.c opttbl.c os.c \
@@ -12,9 +11,9 @@
CFLAGS= -I${.CURDIR} -DSYSDIR="/etc"
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
-LINKS= ${BINDIR}/more ${BINDIR}/less
+LINKS= ${BINDIR}/less ${BINDIR}/more
MLINKS= more.1 less.1
-CLEANFILES=less.1
+CLEANFILES= less.1
.include <Makefile.common>
.include <bsd.prog.mk>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]