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
This commit is contained in:
Enji Cooper 2017-01-17 03:44:45 +00:00
parent 0acfb04bce
commit 489b7fc0a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312330

View File

@ -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>