diff options
Diffstat (limited to 'libexec/telnetd/Makefile')
-rw-r--r-- | libexec/telnetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 7766276ca15fa..b74457015caeb 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/telnetd/Makefile,v 1.13 2000/01/25 14:51:59 shin Exp $ PROG= telnetd CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS |