]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bind/lib/irs/Makefile.BSD
This commit was generated by cvs2svn to compensate for changes in r57093,
[FreeBSD/FreeBSD.git] / contrib / bind / lib / irs / Makefile.BSD
1 #       BSDI $Id: Makefile.BSD,v 1.5 1999/01/18 07:46:47 vixie Exp $
2 #
3 #       @(#)Makefile    5.12 (Berkeley) 7/15/92
4
5 CFLAGS= -g
6
7 CC= gcc2
8 CFLAGS+= -Wall -Wno-unused
9
10 LIB=    irs
11 CFLAGS+= -I${.CURDIR}/..
12 SRCS=   lcl.c lcl_gr.c lcl_pw.c lcl_sv.c lcl_pr.c lcl_ho.c lcl_nw.c lcl_ng.c \
13         dns.c dns_gr.c dns_pw.c dns_sv.c dns_pr.c dns_ho.c dns_nw.c \
14         nis.c nis_gr.c nis_pw.c nis_sv.c nis_pr.c nis_ho.c nis_nw.c nis_ng.c \
15         gen.c gen_gr.c gen_pw.c gen_sv.c gen_pr.c gen_ho.c gen_nw.c gen_ng.c \
16         getgrent.c getpwent.c getservent.c getprotoent.c gethostent.c \
17         getnetent.c getnetgrent.c \
18         nul_ng.c irs_data.c irp.c irp_gr.c irp_ho.c irp_ng.c irp_nw.c \
19         irp_pr.c irp_pw.c irp_sv.c irpd.c irpmarshall.c \
20         hesiod.c util.c bitncmp.c
21 NOMAN=
22
23 all: libirs.a
24
25 .include <bsd.lib.mk>