diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2004-09-24 18:42:05 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2004-09-24 18:42:05 +0000 |
| commit | a2af6bc2597f41b8108f6add4e2a57eaa7482b35 (patch) | |
| tree | 8fb8408bc976448290b2a17f9c4bc02cf4521664 /lib/bind/bind9 | |
| parent | 6ac6319b32b07237b7e578a66084a1707104eb1e (diff) | |
Notes
Diffstat (limited to 'lib/bind/bind9')
| -rw-r--r-- | lib/bind/bind9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind/bind9/Makefile b/lib/bind/bind9/Makefile index 7085a93ffa31..d470ed66efa4 100644 --- a/lib/bind/bind9/Makefile +++ b/lib/bind/bind9/Makefile @@ -17,7 +17,7 @@ CFLAGS+= -I${SRCDIR}/include DPADD= ${PTHREAD_DPADD} LDADD= ${PTHREAD_LDADD} -.if defined(WANT_BIND_LIBS) +.if defined(WITH_BIND_LIBS) INCS= ${SRCDIR}/include/bind9/check.h \ ${SRCDIR}/include/bind9/getaddresses.h \ ${SRCDIR}/include/bind9/version.h |
