diff options
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r-- | usr.bin/tftp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index 10e2b97e8c5..42dc100768c 100644 --- a/usr.bin/tftp/Makefile +++ b/usr.bin/tftp/Makefile @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:40:33 deraadt Exp $ -# $NetBSD: Makefile,v 1.3 1994/12/08 09:51:23 jtc Exp $ +# $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:13 deraadt Exp $ PROG= tftp SRCS= main.c tftp.c tftpsubs.c |