Date: Tue, 31 Oct 2017 00:03:26 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325178 - in head: libexec/telnetd usr.sbin/bsnmpd/tools Message-ID: <201710310003.v9V03QS3046734@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Oct 31 00:03:25 2017 New Revision: 325178 URL: https://svnweb.freebsd.org/changeset/base/325178 Log: These values already set by src.libnames.mk. MFC after: 2 weeks Sponsored by: Dell EMC Isilon Modified: head/libexec/telnetd/Makefile head/usr.sbin/bsnmpd/tools/Makefile.inc Modified: head/libexec/telnetd/Makefile ============================================================================== --- head/libexec/telnetd/Makefile Tue Oct 31 00:03:22 2017 (r325177) +++ head/libexec/telnetd/Makefile Tue Oct 31 00:03:25 2017 (r325178) @@ -27,8 +27,6 @@ CFLAGS+= -DINET6 CFLAGS+= -I${TELNETDIR} CFLAGS+= -I${TELNETDIR}/telnet -LIBTELNET= ${OBJTOP}/lib/libtelnet/libtelnet.a - LIBADD= telnet util ncursesw .if ${MK_OPENSSL} != "no" Modified: head/usr.sbin/bsnmpd/tools/Makefile.inc ============================================================================== --- head/usr.sbin/bsnmpd/tools/Makefile.inc Tue Oct 31 00:03:22 2017 (r325177) +++ head/usr.sbin/bsnmpd/tools/Makefile.inc Tue Oct 31 00:03:25 2017 (r325178) @@ -6,11 +6,4 @@ PACKAGE= bsnmp CFLAGS+= -I. -I${.CURDIR} -.if exists(${.OBJDIR:H}/libbsnmptools) -LIBBSNMPTOOLSDIR= ${.OBJDIR:H}/libbsnmptools -.else -LIBBSNMPTOOLSDIR= ${.CURDIR:H}/libbsnmptools -.endif -LIBBSNMPTOOLS= ${LIBBSNMPTOOLSDIR}/libbsnmptools.a - WARNS?= 6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710310003.v9V03QS3046734>