diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2004-04-15 08:56:06 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-04-15 08:56:06 +0000 |
| commit | a0f139102f52d560485ec7ae555b569437205db6 (patch) | |
| tree | ffeb4fe13b168dd1424ba55ed6aa2e60e51220f6 /usr.sbin | |
| parent | 61f7581d089ef2018e6a030b2d23b3f1f156a6a3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bsnmpd/bsnmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile index 465a8a8097bd4..f172c66e8fbe2 100644 --- a/usr.sbin/bsnmpd/bsnmpd/Makefile +++ b/usr.sbin/bsnmpd/bsnmpd/Makefile @@ -19,9 +19,9 @@ NO_WERROR=yes FILESGROUPS= BMIBS DEFS BMIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt -BMIBSDIR= ${SHAREDIR}/bsnmp/mibs +BMIBSDIR= ${SHAREDIR}/snmp/mibs DEFS= tree.def -DEFSDIR= ${SHAREDIR}/bsnmp/defs +DEFSDIR= ${SHAREDIR}/snmp/defs CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. DPADD= ${LIBISC} ${LIBBSNMP} |
