NetBSD/usr.sbin/bind/dig/Makefile

17 lines
300 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 1999/03/26 20:04:50 kim Exp $
1998-10-05 22:01:57 +04:00
.PATH: ${.CURDIR}/../nslookup \
${.CURDIR}/../man
WARNS= 0
BINDIR= /usr/bin
1998-10-05 22:01:57 +04:00
PROG= dig
SRCS= ${PROG}.c subr.c send.c list.c debug.c
CPPFLAGS+= ${INCLUDE}
LDADD= ${LIBRARY}
MAN= ${PROG}.1
.include "../../Makefile.inc"
.include <bsd.prog.mk>