diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
commit | ba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch) | |
tree | 38b022cfba11bdd4a90667961e31cfc475ffc7c3 /usr.bin/less | |
parent | 2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff) |
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/less/Makefile.common | 2 | ||||
-rw-r--r-- | usr.bin/less/defines.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 4b3effddc7217..cdb9e5bdf3325 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile,v 1.4.2.3 2000/08/07 01:54:25 ps Exp $ PROG= less SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \ diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index 6b3b62b97dab8..a863903b61bfd 100644 --- a/usr.bin/less/Makefile.common +++ b/usr.bin/less/Makefile.common @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile.common,v 1.3.2.1 2000/06/30 01:03:15 ps Exp $ LSDIR= ${.CURDIR}/../../contrib/less .PATH: ${LSDIR} diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index c41bdfaac8d6f..610b7651dc45e 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/less/defines.h,v 1.1.2.2 2000/07/19 09:24:25 ps Exp $ */ /* defines.h. Generated automatically by configure. */ /* defines.h.in. Generated automatically from configure.in by autoheader. */ /* Unix definition file for less. -*- C -*- |