New manual page system
[unix-history] / usr.sbin / named / tools / nslookup / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.23 (Berkeley) 6/24/90
2
3PROG= nslookup
4SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c
5OBJS+= commands.o
48d1b3ce 6MAN8= nslookup.8
15637ed4
RG
7LFLAGS= -I
8CFLAGS+=-I${.CURDIR}
9DPADD= ${LIBLN}
10LDADD= -lln
11CLEANFILES+=commands.c lex.yy.c lex.yy.o
12
13beforeinstall:
14 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/nslookup.help \
15 ${DESTDIR}/usr/share/misc
16
17.include "../../../Makefile.inc"
18.include <bsd.prog.mk>