diff options
Diffstat (limited to 'usr.bin/tftp/Makefile')
-rw-r--r-- | usr.bin/tftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index a51afed997450..6a05f0f5b1b16 100644 --- a/usr.bin/tftp/Makefile +++ b/usr.bin/tftp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tftp/Makefile,v 1.5 2002/02/08 23:07:35 markm Exp $ PROG= tftp SRCS= main.c tftp.c tftpsubs.c |