From 5667be14fe98f3afc988e7c5d0fd5f781dbbacb1 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 19 Oct 2001 12:15:56 +0000 Subject: [PATCH] Fixed missing DPADD and misplaced $FreeBSD$ in previous commit. --- usr.bin/tftp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index f8ecb69831b..a51afed9974 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 -- 2.45.2