|
|
1.1 root 1: # @(#)Makefile 4.2 (Berkeley) 86/05/13
2: #
3: # Copyright (c) 1986 Regents of the University of California
4: # All Rights Reserved
5: #
6:
7: ALL= nsquery.c nstest.c
8: CFLAGS= -O
9: DESTDIR=
10: LDFLAGS=
11:
12: all: nsquery nstest nslookup
13:
14: # test programs and utilities
15: nsquery: nsquery.o
16: ${CC} -o nsquery ${LDFLAGS} nsquery.o
17:
18: nstest: nstest.o
19: @echo "The resolver routines in libc must be compiled with the -DDEBUG"
20: @echo "option or nstest will not have any output."
21: ${CC} -o nstest ${LDFLAGS} nstest.o
22:
23: nslookup:
24: cd ns.lookup/src; make
25: cp ns.lookup/src/nslookup .
26:
27: install:
28: @echo Nothing to install
29:
30: clean:
31: rm -f *.o core a.out nsquery nslookup linterrs nstest typescript errs r
32: cd ns.lookup/src; make clean
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.