diff options
Diffstat (limited to 'bin/stty/Makefile')
-rw-r--r-- | bin/stty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 82b15eb7fcae5..263322db07fdb 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/stty/Makefile,v 1.8 2001/12/04 01:57:46 obrien Exp $ PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c |