mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
12 lines
212 B
Makefile
12 lines
212 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||
|
|
||
|
PROG= dig
|
||
|
MAN1= dig.1
|
||
|
SRCS= dig.c debug.c list.c send.c subr.c
|
||
|
|
||
|
NSLOOKUP=${.CURDIR}/../../usr.sbin/nslookup
|
||
|
CFLAGS+=-I${NSLOOKUP}
|
||
|
.PATH: ${NSLOOKUP}
|
||
|
|
||
|
.include <bsd.prog.mk>
|