From 0af88b7eaea295debd7e17720aa05323c8c487df Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 6 Dec 2012 01:31:25 +0000 Subject: Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in share/mk/sys.mk instead. This is part of a medium term project to permit deterministic builds of FreeBSD. Submitted by: Erik Cederstrand Reviewed by: imp, toolchain@ Approved by: cperciva MFC after: 2 weeks --- contrib/tcpdump/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/tcpdump') diff --git a/contrib/tcpdump/Makefile.in b/contrib/tcpdump/Makefile.in index 3b589dc..f3bafd2 100644 --- a/contrib/tcpdump/Makefile.in +++ b/contrib/tcpdump/Makefile.in @@ -366,7 +366,7 @@ $(PROG): $(OBJ) @V_PCAPDEP@ $(LIBNETDISSECT): $(LIBNETDISSECT_OBJ) @rm -f $@ - $(AR) cr $@ $(LIBNETDISSECT_OBJ) + $(AR) $(ARFLAGS) $@ $(LIBNETDISSECT_OBJ) $(RANLIB) $@ datalinks.o: $(srcdir)/missing/datalinks.c -- cgit v1.1