mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Properly use LDADD & DPADD to link against libwrap.
This commit is contained in:
parent
1eb9695119
commit
fab3e10ec3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235643
@ -6,6 +6,8 @@ MAN= tftpd.8
|
||||
SRCS= tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
|
||||
SRCS+= tftpd.c
|
||||
WFORMAT=0
|
||||
LDFLAGS= -lwrap
|
||||
|
||||
DPADD= ${LIBWRAP}
|
||||
LDADD= -lwrap
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user