diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-09 03:08:21 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-09 03:08:21 +0000 |
commit | 306324d7f25b215b57687668e8a242f31163d694 (patch) | |
tree | 1007b37aeef209860a7f0e32d191920d5063b14a /usr.sbin/bsnmpd/modules/snmp_mibII | |
parent | 8adb836cda4e36a8a4b388de0e64b03c1771b4f4 (diff) |
Use SRCTOP instead of spelling out the full path with .CURDIR
This helps condense the output for CFLAGS and .PATH
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=311739
Diffstat (limited to 'usr.sbin/bsnmpd/modules/snmp_mibII')
-rw-r--r-- | usr.sbin/bsnmpd/modules/snmp_mibII/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile b/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile index 278dc24da68b..bdcf82ef645f 100644 --- a/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile +++ b/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile @@ -2,7 +2,7 @@ # # Author: Harti Brandt <harti@freebsd.org> -CONTRIB= ${.CURDIR}/../../../../contrib/bsnmp +CONTRIB= ${SRCTOP}/contrib/bsnmp .PATH: ${CONTRIB}/snmp_mibII MOD= mibII |