NetBSD/usr.sbin/bind/nsupdate/Makefile

16 lines
240 B
Makefile
Raw Normal View History

2004-05-18 04:10:39 +04:00
# $NetBSD: Makefile,v 1.5 2004/05/18 00:10:39 christos Exp $
2004-05-18 04:10:39 +04:00
.include <bsd.own.mk>
1998-10-05 22:01:57 +04:00
PROG= nsupdate
2004-05-18 04:10:39 +04:00
MAN= nsupdate.8
BINDIR= /usr/bin
.include "${.CURDIR}/../Makefile.inc"
DIST=${IDIST}/bin/nsupdate
.PATH: ${DIST}
1998-10-05 22:01:57 +04:00
.include <bsd.prog.mk>