[Midnightbsd-cvs] src [8880] trunk/libexec/tftpd/Makefile: properly use LDADD and DPADD

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 26 18:22:49 EDT 2016


Revision: 8880
          http://svnweb.midnightbsd.org/src/?rev=8880
Author:   laffer1
Date:     2016-09-26 18:22:49 -0400 (Mon, 26 Sep 2016)
Log Message:
-----------
properly use LDADD and DPADD

Modified Paths:
--------------
    trunk/libexec/tftpd/Makefile

Modified: trunk/libexec/tftpd/Makefile
===================================================================
--- trunk/libexec/tftpd/Makefile	2016-09-26 22:21:54 UTC (rev 8879)
+++ trunk/libexec/tftpd/Makefile	2016-09-26 22:22:49 UTC (rev 8880)
@@ -6,6 +6,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>



More information about the Midnightbsd-cvs mailing list