Deleted Added
full compact
Makefile (254651) Makefile (254897)
1# $FreeBSD: head/usr.sbin/dnssec-verify/Makefile 254651 2013-08-22 08:15:03Z erwin $
1# $FreeBSD: stable/9/usr.sbin/dnssec-verify/Makefile 254651 2013-08-22 08:15:03Z erwin $
2
3BIND_DIR= ${.CURDIR}/../../contrib/bind9
4LIB_BIND_REL= ../../lib/bind
5LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL}
6SRCDIR= ${BIND_DIR}/bin/dnssec
7
8.include "${LIB_BIND_DIR}/config.mk"
9

--- 16 unchanged lines hidden ---
2
3BIND_DIR= ${.CURDIR}/../../contrib/bind9
4LIB_BIND_REL= ../../lib/bind
5LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL}
6SRCDIR= ${BIND_DIR}/bin/dnssec
7
8.include "${LIB_BIND_DIR}/config.mk"
9

--- 16 unchanged lines hidden ---