svn commit: r293876 - stable/10/usr.sbin/sesutil

Allan Jude allanjude at FreeBSD.org
Thu Jan 14 04:25:31 UTC 2016


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>


More information about the svn-src-all mailing list