summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nslookup/Makefile
blob: 4295c990aa8c01690a93ec310b5c20e7af02be8d (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