|
|
| version 1.2, 2003/06/17 04:26:41 | version 1.3, 2003/11/22 19:30:55 |
|---|---|
| Line 1 | Line 1 |
| # $FreeBSD: src/lib/libbind/Makefile,v 1.5.2.2 2002/07/19 18:46:25 ru Exp $ | # $FreeBSD: src/lib/libbind/Makefile,v 1.5.2.2 2002/07/19 18:46:25 ru Exp $ |
| # $DragonFly: src/lib/libbind/Makefile,v 1.1 2003/06/16 04:20:19 dillon Exp $ | # $DragonFly$ |
| BIND_DIR=${.CURDIR}/../../contrib/bind | BIND_DIR=${.CURDIR}/../../contrib/bind |
| LIB= bind | LIB= bind |
| WANT_IRS= for now | WANT_IRS= for now |
| # This may or may not work yet. It's not compatable with the core | # This may or may not work yet. It's not compatible with the core |
| # system components since it overrides the master.passwd handling etc. | # system components since it overrides the master.passwd handling etc. |
| .if defined(WANT_IRS) | .if defined(WANT_IRS) |
| .PATH: ${BIND_DIR}/lib/irs | .PATH: ${BIND_DIR}/lib/irs |