mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
10 lines
153 B
Makefile
10 lines
153 B
Makefile
# $Id$
|
|
|
|
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
|
|
|
|
.PATH: ${BIND_DIR}/tools
|
|
.PATH: ${BIND_DIR}/man
|
|
|
|
PROG= dnsquery
|
|
|
|
.include <bsd.prog.mk>
|