diff options
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 | ||||
| -rw-r--r-- | usr.bin/less/lesspipe.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 22b03bf2b5b9..8c54bc3c83bd 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile,v 1.8 2003/03/06 04:35:48 obrien 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 fcc6ccfa1ce3..8aea191fded1 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.4 2003/06/06 13:46:55 kuriyama Exp $ LSDIR= ${.CURDIR}/../../contrib/less .PATH: ${LSDIR} diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index c8ff13a7fd5a..a70e347ebece 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.3 2002/01/07 20:37:33 ps Exp $ */ /* defines.h. Generated automatically by configure. */ /* defines.h.in. Generated automatically from configure.in by autoheader. */ /* Unix definition file for less. -*- C -*- diff --git a/usr.bin/less/lesspipe.sh b/usr.bin/less/lesspipe.sh index 2cef2c5edb7a..f95027975825 100644 --- a/usr.bin/less/lesspipe.sh +++ b/usr.bin/less/lesspipe.sh @@ -1,7 +1,7 @@ #! /bin/sh # ex:ts=8 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/lesspipe.sh,v 1.1 2003/03/06 04:35:48 obrien Exp $ case "$1" in *.Z) uncompress -c $1 2>/dev/null |
