diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-24 13:42:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-24 13:42:00 +0000 |
| commit | 56216f685b9a1d374e63cb315b6fa427c0c29852 (patch) | |
| tree | 0a66d80ecf04f2810c88e41bc729d46e0caa066f /usr.bin/dig | |
| parent | 6d4a0e75fc8eddc49f9e56cb0ee0c31241136ac1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/dig')
| -rw-r--r-- | usr.bin/dig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 0d5b4ca7d1ce..2f52015460d5 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ BIND_DIR= ${.CURDIR}/../../contrib/bind9 -LIB_BIND_DIR= ${.CURDIR}/../../lib/bind +LIB_BIND_REL= ../../lib/bind +LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL} SRCDIR= ${BIND_DIR}/bin/dig .include "${LIB_BIND_DIR}/config.mk" |
