Author: allanjude
Date: Thu Jan 14 04:25:29 2016
New Revision: 293876
URL: https://svnweb.freebsd.org/changeset/base/293876

Log:
  Convert usr.sbin/sesutil to LPADD/DPADD for stable/10
  
  Direct commit to stable/10
  
  Pointy Hat To: allanjude

Modified:
  stable/10/usr.sbin/sesutil/Makefile

Modified: stable/10/usr.sbin/sesutil/Makefile
==============================================================================
--- stable/10/usr.sbin/sesutil/Makefile Thu Jan 14 03:16:29 2016        
(r293875)
+++ stable/10/usr.sbin/sesutil/Makefile Thu Jan 14 04:25:29 2016        
(r293876)
@@ -4,6 +4,7 @@ PROG=   sesutil
 SRCS=  sesutil.c eltsub.c
 MAN=   sesutil.8
 
-LIBADD=        sbuf
+DPADD= ${LIBSBUF}
+LDADD= -lsbuf
 
 .include <bsd.prog.mk>
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to