From 09907cdf4660889bfa6b5679fb3dfa2537325277 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Wed, 25 May 2005 12:04:44 +0000 Subject: [PATCH] No need to specify the include subdirectory. During buildworld the correct files are included from a temp. include directory. Explained by: ru --- usr.sbin/bsnmpd/modules/snmp_atm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsnmpd/modules/snmp_atm/Makefile b/usr.sbin/bsnmpd/modules/snmp_atm/Makefile index 5b114c74ee1d..b3725ee81d52 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