Deleted Added
full compact
Makefile.in (245163) Makefile.in (262706)
1# Copyright (C) 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
1# Copyright (C) 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
2#
3# Permission to use, copy, modify, and/or distribute this software for any
4# purpose with or without fee is hereby granted, provided that the above
5# copyright notice and this permission notice appear in all copies.
6#
7# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,

--- 24 unchanged lines hidden (view full) ---

34OBJS = context.@O@ \
35 dnsconf.@O@ \
36 gai_strerror.@O@ getaddrinfo.@O@ getnameinfo.@O@ \
37 resconf.@O@
38
39# Alphabetically
40SRCS = context.c \
41 dnsconf.c \
2#
3# Permission to use, copy, modify, and/or distribute this software for any
4# purpose with or without fee is hereby granted, provided that the above
5# copyright notice and this permission notice appear in all copies.
6#
7# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,

--- 24 unchanged lines hidden (view full) ---

34OBJS = context.@O@ \
35 dnsconf.@O@ \
36 gai_strerror.@O@ getaddrinfo.@O@ getnameinfo.@O@ \
37 resconf.@O@
38
39# Alphabetically
40SRCS = context.c \
41 dnsconf.c \
42 gai_sterror.c getaddrinfo.c getnameinfo.c \
42 gai_strerror.c getaddrinfo.c getnameinfo.c \
43 resconf.c
44
45LIBS = @LIBS@
46
47SUBDIRS = include
48TARGETS = timestamp
49
50@BIND9_MAKE_RULES@

--- 30 unchanged lines hidden ---
43 resconf.c
44
45LIBS = @LIBS@
46
47SUBDIRS = include
48TARGETS = timestamp
49
50@BIND9_MAKE_RULES@

--- 30 unchanged lines hidden ---