blob: 4c8e492136d5c44d10e26ba4411de0147bf68e68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1 1996/02/02 15:26:15 mrg Exp $
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:45 vixie Exp
.PATH: ${.CURDIR}/../nslookup \
${.CURDIR}/../man
PROG= dig
SRCS= dig.c list.c subr.c debug.c send.c
CFLAGS+= -I${.CURDIR}/..
.include <bsd.prog.mk>
.include "../../Makefile.inc"
|