diff options
author | harti <harti@FreeBSD.org> | 2005-05-25 12:04:44 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-05-25 12:04:44 +0000 |
commit | 0a57909c7b3a4b4f9a6286751ae78ec1c8c5b4a4 (patch) | |
tree | 6a3a21bd050f39747f1b32d97b943d6e0c1fe7f8 /usr.sbin/bsnmpd | |
parent | fc87e3a79a3ae0819e788a571fd5a1acfb961641 (diff) | |
download | FreeBSD-src-0a57909c7b3a4b4f9a6286751ae78ec1c8c5b4a4.zip FreeBSD-src-0a57909c7b3a4b4f9a6286751ae78ec1c8c5b4a4.tar.gz |
No need to specify the include subdirectory. During buildworld the
correct files are included from a temp. include directory.
Explained by: ru
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 5b114c7..b3725ee 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} -I${CONTRIB}/snmpd -I${CONTRIB}/snmp_mibII +CFLAGS+= -I${SNMP_ATM} .include <bsd.lib.mk> |