summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/irs/Makefile.BSD
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/lib/irs/Makefile.BSD')
-rw-r--r--contrib/bind/lib/irs/Makefile.BSD24
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/bind/lib/irs/Makefile.BSD b/contrib/bind/lib/irs/Makefile.BSD
new file mode 100644
index 0000000..197e739
--- /dev/null
+++ b/contrib/bind/lib/irs/Makefile.BSD
@@ -0,0 +1,24 @@
+# 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>
OpenPOWER on IntegriCloud