19 lines
459 B
Makefile
19 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.5 1997/05/06 20:46:33 gwr Exp $
|
|
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:48 vixie Exp
|
|
|
|
.PATH.c: ${.CURDIR}/../nslookup \
|
|
${.CURDIR}/../man
|
|
|
|
PROG= nslookup
|
|
SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l
|
|
CFLAGS+= ${INCLUDE}
|
|
DPADD= ${LIBL}
|
|
LDADD= -ll
|
|
CLEANFILES+= commands.c lex.yy.c lex.yy.o
|
|
MAN= nslookup.8
|
|
FILES= nslookup.help
|
|
FILESDIR=/usr/share/misc
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|