summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/Makefile
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2001-10-19 00:23:07 +0000
committermdodd <mdodd@FreeBSD.org>2001-10-19 00:23:07 +0000
commit7fc1eccefc3093a5858dbca88842ecd5b79d1beb (patch)
tree71d6ca963b710f406532889fbe3ad20fc41a82d9 /usr.bin/tftp/Makefile
parent3a691e004307779c313606efc26388cdf09ead3c (diff)
downloadFreeBSD-src-7fc1eccefc3093a5858dbca88842ecd5b79d1beb.zip
FreeBSD-src-7fc1eccefc3093a5858dbca88842ecd5b79d1beb.tar.gz
Add libedit support to tftp.
Diffstat (limited to 'usr.bin/tftp/Makefile')
-rw-r--r--usr.bin/tftp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile
index d91ba61..f8ecb69 100644
--- a/usr.bin/tftp/Makefile
+++ b/usr.bin/tftp/Makefile
@@ -1,6 +1,8 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= tftp
SRCS= main.c tftp.c tftpsubs.c
+LDADD= -ledit -ltermcap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud