summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nslookup/Makefile
blob: bb1f2b3f7f414e90d9f7bd199f81847e27d7c211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	nslookup
SRCS=	main.c commands.l getinfo.c debug.c send.c skip.c list.c subr.c
MAN8=	nslookup.8
DPADD+=	${LIBL}
LDADD+=	-ll
CLEANFILES+=lex.yy.o

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
		${.CURDIR}/nslookup.help ${DESTDIR}/usr/share/misc

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud