File:  [CSRG BSD Unix] / 43BSD / etc / named / tools / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#	@(#)Makefile	4.2	(Berkeley)	86/05/13
#
# Copyright (c) 1986 Regents of the University of California
#	All Rights Reserved
#

ALL=	nsquery.c nstest.c
CFLAGS=	-O
DESTDIR=
LDFLAGS=

all:	nsquery nstest nslookup

# test programs and utilities
nsquery:	nsquery.o
	${CC} -o nsquery ${LDFLAGS} nsquery.o

nstest:	nstest.o
	@echo "The resolver routines in libc must be compiled with the -DDEBUG"
	@echo "option or nstest will not have any output."
	${CC} -o nstest ${LDFLAGS} nstest.o

nslookup:
	cd ns.lookup/src; make
	cp ns.lookup/src/nslookup .

install:
	@echo Nothing to install

clean:
	rm -f *.o core a.out nsquery nslookup linterrs nstest typescript errs r
	cd ns.lookup/src; make clean

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.