svn commit: r322535 - stable/10/kerberos5/libexec/ipropd-master

Cy Schubert cy at FreeBSD.org
Tue Aug 15 12:26:45 UTC 2017


Author: cy
Date: Tue Aug 15 12:26:43 2017
New Revision: 322535
URL: https://svnweb.freebsd.org/changeset/base/322535

Log:
  MFC r322113:
  
  Remove dead target introduced in r178828.
  
  Approved by:	re (marius)

Modified:
  stable/10/kerberos5/libexec/ipropd-master/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/kerberos5/libexec/ipropd-master/Makefile
==============================================================================
--- stable/10/kerberos5/libexec/ipropd-master/Makefile	Tue Aug 15 09:44:18 2017	(r322534)
+++ stable/10/kerberos5/libexec/ipropd-master/Makefile	Tue Aug 15 12:26:43 2017	(r322535)
@@ -11,9 +11,6 @@ LDADD=	-lkadm5srv -lhdb -lkrb5 -lhx509 -lroken ${LIBVE
 	-lasn1 -lcrypto -lcrypt -lcom_err ${LDAPLDADD}
 LDFLAGS=${LDAPLDFLAGS}
 
-foo::
-	echo ${LIBHX509}
-
 .include <bsd.prog.mk>
 
 .PATH: ${KRB5DIR}/lib/kadm5


More information about the svn-src-all mailing list