svn commit: r312330 - head/usr.sbin/bsnmpd/modules

Ngie Cooper ngie at FreeBSD.org
Tue Jan 17 03:44:46 UTC 2017


Author: ngie
Date: Tue Jan 17 03:44:45 2017
New Revision: 312330
URL: https://svnweb.freebsd.org/changeset/base/312330

Log:
  Add smilint target to subdir targets so "make smilint" here will run
  the smilint target in subdirs
  
  While here, convert a path that's .CURDIR relative to SRCTOP
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/usr.sbin/bsnmpd/modules/Makefile

Modified: head/usr.sbin/bsnmpd/modules/Makefile
==============================================================================
--- head/usr.sbin/bsnmpd/modules/Makefile	Tue Jan 17 03:41:23 2017	(r312329)
+++ head/usr.sbin/bsnmpd/modules/Makefile	Tue Jan 17 03:44:45 2017	(r312330)
@@ -2,7 +2,7 @@
 
 .include <src.opts.mk>
 
-.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
+.PATH: ${SRCTOP}/contrib/bsnmp/snmpd
 
 .if ${MK_ATM} != "no"
 _snmp_atm= snmp_atm
@@ -36,4 +36,6 @@ SUBDIR+=snmp_wlan
 INCS=	snmpmod.h
 INCSDIR= ${INCLUDEDIR}/bsnmp
 
+SUBDIR_TARGETS+=	smilint
+
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list