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