Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.

This commit is contained in:
Bruce Evans 2001-10-19 12:15:56 +00:00
parent 0886808eda
commit 1c6f6c1195
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85152

View File

@ -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>