mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.
This commit is contained in:
parent
0886808eda
commit
1c6f6c1195
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85152
@ -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