diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-21 11:52:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-21 11:52:20 +0000 |
commit | 19bc5ba298ed03321dc51faa21aa64615eb767d4 (patch) | |
tree | d4c105f3eb247944f1e65cea78a59989e0b1a531 /usr.bin/tftp | |
parent | 7d6a29d2889b0d13f2913bd165f1ba9e94e0473c (diff) |
$OpenBSD$
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 |