diff options
author | cognet <cognet@FreeBSD.org> | 2007-06-11 19:38:38 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2007-06-11 19:38:38 +0000 |
commit | d3f21425804102740e3cf1906307af6e66830830 (patch) | |
tree | b24e5542410eaae57855587a3bab42fd5946c8d4 /sbin/ipf | |
parent | eed16ca55929606a2e0034ce497172b5ef91d6a7 (diff) | |
download | FreeBSD-src-d3f21425804102740e3cf1906307af6e66830830.zip FreeBSD-src-d3f21425804102740e3cf1906307af6e66830830.tar.gz |
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
Diffstat (limited to 'sbin/ipf')
-rw-r--r-- | sbin/ipf/libipf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |