From d3f21425804102740e3cf1906307af6e66830830 Mon Sep 17 00:00:00 2001 From: cognet Date: Mon, 11 Jun 2007 19:38:38 +0000 Subject: Exclude inet_addr.c from the build. It only provides inet_aton(), which is already provided by the libc. This causes multiple symbol definitions when linking statically. Reviewed by: darrenr --- sbin/ipf/libipf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ipf') diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile index d099c35..43428cc 100644 --- a/sbin/ipf/libipf/Makefile +++ b/sbin/ipf/libipf/Makefile @@ -7,7 +7,7 @@ SRCS= addicmp.c addipopt.c alist_free.c alist_new.c bcopywrap.c \ binprint.c buildopts.c checkrev.c count4bits.c count6bits.c \ debug.c facpri.c fill6bits.c flags.c gethost.c getifname.c \ getnattype.c getport.c getportproto.c getproto.c getsumd.c \ - hostname.c icmpcode.c inet_addr.c initparse.c ionames.c \ + hostname.c icmpcode.c initparse.c ionames.c \ ipf_dotuning.c ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c \ ipft_td.c ipft_tx.c ipoptsec.c kmem.c kmemcpywrap.c \ kvatoname.c load_file.c load_hash.c load_hashnode.c \ -- cgit v1.1