summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/tftp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile
index f8ecb69..a51afed 100644
--- a/usr.bin/tftp/Makefile
+++ b/usr.bin/tftp/Makefile
@@ -1,8 +1,9 @@
-# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= tftp
SRCS= main.c tftp.c tftpsubs.c
+DPADD= ${LIBEDIT} ${LIBTERMCAP}
LDADD= -ledit -ltermcap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud