svn commit: r291230 - head/usr.sbin

Marcelo Araujo araujo at FreeBSD.org
Tue Nov 24 02:28:01 UTC 2015


Author: araujo
Date: Tue Nov 24 02:27:59 2015
New Revision: 291230
URL: https://svnweb.freebsd.org/changeset/base/291230

Log:
  Connect ypldap(8) to the build.
  
  Approved by:	bapt (mentor)

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Tue Nov 24 02:01:01 2015	(r291229)
+++ head/usr.sbin/Makefile	Tue Nov 24 02:27:59 2015	(r291230)
@@ -160,6 +160,7 @@ SUBDIR.${MK_NIS}+=	rpc.yppasswdd
 SUBDIR.${MK_NIS}+=	rpc.ypupdated
 SUBDIR.${MK_NIS}+=	rpc.ypxfrd
 SUBDIR.${MK_NIS}+=	ypbind
+SUBDIR.${MK_NIS}+=	ypldap
 SUBDIR.${MK_NIS}+=	yp_mkdb
 SUBDIR.${MK_NIS}+=	yppoll
 SUBDIR.${MK_NIS}+=	yppush


More information about the svn-src-all mailing list