Properly use LDADD & DPADD to link against libwrap.

This commit is contained in:
Marcel Moolenaar 2012-05-19 05:10:47 +00:00
parent 1eb9695119
commit fab3e10ec3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235643
1 changed files with 3 additions and 1 deletions

View File

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