svn commit: r325178 - in head: libexec/telnetd usr.sbin/bsnmpd/tools
Bryan Drewery
bdrewery at FreeBSD.org
Tue Oct 31 00:03:27 UTC 2017
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
More information about the svn-src-all
mailing list