|
|
1.1 root 1: # @(#)Makefile 5.23 (Berkeley) 6/24/90
2:
3: PROG= nslookup
4: SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c
5: OBJS+= commands.o
6: MAN8= nslookup.0
7: LFLAGS= -I
8: CFLAGS+=-I${.CURDIR}
9: DPADD= ${LIBL}
10: LDADD= -ll
11: CLEANFILES+=commands.c lex.yy.c lex.yy.o
12:
13: beforeinstall:
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>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.