907aa6f9cb
Submitted by Wangden Kelsang <wngdn@src.uchicago.edu>. Nslint reads the (BIND) nameserver configuration files and performs a number of consistency checks on the dns records. Nslint is known to work with BIND versions 4, 8, and 9.
21 lines
522 B
Plaintext
21 lines
522 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/02/28 23:57:34 naddy Exp $
|
|
--- Makefile.in.orig Wed Mar 8 02:51:41 2000
|
|
+++ Makefile.in Thu Mar 1 00:53:06 2001
|
|
@@ -49,6 +49,7 @@ DEFS = @DEFS@
|
|
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
|
|
|
|
# Standard LIBS
|
|
+LDFLAGS= @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
|
|
INSTALL = @INSTALL@
|
|
@@ -79,7 +80,7 @@ CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
|
|
|
|
$(PROG): $(OBJ)
|
|
@rm -f $@
|
|
- $(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)
|
|
+ $(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
|
|
|
|
version.o: version.c
|
|
version.c: $(srcdir)/VERSION
|