Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.
This commit is contained in:
parent
0886808eda
commit
1c6f6c1195
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user