diff options
Diffstat (limited to 'usr.bin/banner')
-rw-r--r-- | usr.bin/banner/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/banner/banner.6 | 2 | ||||
-rw-r--r-- | usr.bin/banner/banner.c | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index 896470535e90..cd51944e825b 100644 --- a/usr.bin/banner/Makefile +++ b/usr.bin/banner/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= banner MAN= banner.6 diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index 8c3ad5e29bc3..614bfc51a286 100644 --- a/usr.bin/banner/banner.6 +++ b/usr.bin/banner/banner.6 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)banner.6 8.2 (Berkeley) 4/29/95 -.\" .Dd June 21, 2021 .Dt BANNER 6 .Os diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index c7bfa6e27b19..9cf21905487f 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; -#endif #endif #include <sys/cdefs.h> |