]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bind/lib/irs/Makefile.BSD
This commit was generated by cvs2svn to compensate for changes in r51415,
[FreeBSD/FreeBSD.git] / contrib / bind / lib / irs / Makefile.BSD
1 #       BSDI $Id: Makefile.BSD,v 1.4 1996/10/25 07:22:55 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 \
19         hesiod.c util.c bitncmp.c
20 NOMAN=
21
22 all: libirs.a
23
24 .include <bsd.lib.mk>