Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / dnsquery / Makefile
1 # $FreeBSD: src/usr.bin/dnsquery/Makefile,v 1.7 1999/11/30 06:25:18 peter Exp $
2 # $DragonFly: src/usr.bin/dnsquery/Attic/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $
3
4 USE_LIBBIND=    yes
5 .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
6
7 .PATH:  ${BIND_DIR}/bin/dnsquery
8 .PATH:  ${BIND_DIR}/doc/man
9
10 PROG=   dnsquery
11
12 .include <bsd.prog.mk>