freebsd-dev/contrib/bind/lib/irs/Makefile.BSD
Peter Wemm 4e0ffe0bae Import (trimmed) ISC bind-8.1.2-t3b. This will be updated to 8.1.2 on
final release.

Obtained from:  ftp.isc.org
1998-05-03 04:11:49 +00:00

25 lines
661 B
Makefile

# BSDI $Id: Makefile.BSD,v 1.4 1996/10/25 07:22:55 vixie Exp $
#
# @(#)Makefile 5.12 (Berkeley) 7/15/92
CFLAGS= -g
CC= gcc2
CFLAGS+= -Wall -Wno-unused
LIB= irs
CFLAGS+= -I${.CURDIR}/..
SRCS= lcl.c lcl_gr.c lcl_pw.c lcl_sv.c lcl_pr.c lcl_ho.c lcl_nw.c lcl_ng.c \
dns.c dns_gr.c dns_pw.c dns_sv.c dns_pr.c dns_ho.c dns_nw.c \
nis.c nis_gr.c nis_pw.c nis_sv.c nis_pr.c nis_ho.c nis_nw.c nis_ng.c \
gen.c gen_gr.c gen_pw.c gen_sv.c gen_pr.c gen_ho.c gen_nw.c gen_ng.c \
getgrent.c getpwent.c getservent.c getprotoent.c gethostent.c \
getnetent.c getnetgrent.c \
nul_ng.c irs_data.c \
hesiod.c util.c bitncmp.c
NOMAN=
all: libirs.a
.include <bsd.lib.mk>