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
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= tftp
|
PROG= tftp
|
||||||
SRCS= main.c tftp.c tftpsubs.c
|
SRCS= main.c tftp.c tftpsubs.c
|
||||||
|
DPADD= ${LIBEDIT} ${LIBTERMCAP}
|
||||||
LDADD= -ledit -ltermcap
|
LDADD= -ledit -ltermcap
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user