diff options
| author | christos <christos@NetBSD.org> | 2004-11-06 23:53:21 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2004-11-06 23:53:21 +0000 |
| commit | dfd98c8a16d53dff0d1bdca29bcddc6571054129 (patch) | |
| tree | 24f3891f470a8e79f037a71c4b43266f23767859 /dist/bind/make | |
| parent | aefec4290d9fd9e83eaf8b2b4ada33ff37ecaedb (diff) | |
Import bind-9.3.0
Diffstat (limited to 'dist/bind/make')
| -rw-r--r-- | dist/bind/make/rules.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/bind/make/rules.in b/dist/bind/make/rules.in index 714070163ab..9cbeba2369d 100644 --- a/dist/bind/make/rules.in +++ b/dist/bind/make/rules.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# Id: rules.in,v 1.40.2.5.4.3 2004/03/06 13:16:21 marka Exp +# Id: rules.in,v 1.40.2.5.4.4 2004/07/20 07:02:00 marka Exp ### ### Common Makefile rules for BIND 9. @@ -87,6 +87,7 @@ install clean distclean maintainer-clean doc docclean man manclean:: ### CC ### Makefile may define ### CFLAGS +### LDFLAGS ### CINCLUDES ### CDEFINES ### CWARNINGS @@ -95,6 +96,7 @@ install clean distclean maintainer-clean doc docclean man manclean:: CC = @CC@ CFLAGS = @CFLAGS@ +LDFLAGS = @LDFLAGS@ STD_CINCLUDES = @STD_CINCLUDES@ STD_CDEFINES = @STD_CDEFINES@ STD_CWARNINGS = @STD_CWARNINGS@ |
