diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /usr.bin/more | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'.
This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/more')
| -rw-r--r-- | usr.bin/more/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/more/option.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile index aaccab077b4d..1e89528f1ef4 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 1995/02/21 03:46:45 wollman Exp $ +# $Id: Makefile,v 1.4 1995/07/25 00:36:40 bde Exp $ PROG= more CFLAGS+=-I${.CURDIR} -DTERMIOS diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c index e99a688d45f9..d55ad27bea4c 100644 --- a/usr.bin/more/option.c +++ b/usr.bin/more/option.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: option.c,v 1.1.1.1.8.2 1997/08/29 05:29:37 imp Exp $"; + "$Id: option.c,v 1.1.1.1.8.3 1997/09/15 09:20:52 jkh Exp $"; #endif /* not lint */ #include <stdio.h> |
