From 4f349de59eb91f33d372dc6b464e00bc8a85480e Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 2 Mar 2013 16:33:43 +0000 Subject: [PATCH] MFC: r235643 Properly use LDADD & DPADD to link against libwrap. git-svn-id: svn://svn.freebsd.org/base/stable/9@247637 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- libexec/tftpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index 84458298d..f005001bb 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -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 -- 2.45.0