diff options
author | harti <harti@FreeBSD.org> | 2005-05-23 12:24:46 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-05-23 12:24:46 +0000 |
commit | deef27817392c0224a59290bc480fb3cea88d591 (patch) | |
tree | 88426bffaef0635db8e0a62e8aecc4a4b6b4af83 /usr.sbin/bsnmpd | |
parent | 4136c68b3e4c4c2cda6a6986ab19b25c97c35fff (diff) | |
download | FreeBSD-src-deef27817392c0224a59290bc480fb3cea88d591.zip FreeBSD-src-deef27817392c0224a59290bc480fb3cea88d591.tar.gz |
This module was wrongly including header from /usr/include. Give it
the correct path to the source headers.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r-- | usr.sbin/bsnmpd/modules/snmp_atm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_atm/Makefile b/usr.sbin/bsnmpd/modules/snmp_atm/Makefile index b3725ee..5b114c7 100644 --- a/usr.sbin/bsnmpd/modules/snmp_atm/Makefile +++ b/usr.sbin/bsnmpd/modules/snmp_atm/Makefile @@ -17,6 +17,6 @@ INCS= snmp_${MOD}.h EXTRAMIBDEFS= atm_freebsd.def -CFLAGS+= -I${SNMP_ATM} +CFLAGS+= -I${SNMP_ATM} -I${CONTRIB}/snmpd -I${CONTRIB}/snmp_mibII .include <bsd.lib.mk> |