From 5869a34acd4abcea574fb9c9122b635cced5e93d Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Thu, 17 Aug 2006 03:19:38 +0000 Subject: [PATCH] Regularly scheduled patch to unbreak regularly scheduled post-ipfilter buildworld breakage. Exclude loglevel.c from the build. It does not appear to be used by anything in the tree and buildworld succeeds just fine without it. --- sbin/ipf/libipf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile index ad7e86260e3b..33c3563c8ac2 100644 --- a/sbin/ipf/libipf/Makefile +++ b/sbin/ipf/libipf/Makefile @@ -12,7 +12,7 @@ SRCS= addicmp.c addipopt.c bcopywrap.c binprint.c \ ipoptsec.c ipf_dotuning.c ipft_ef.c ipft_hx.c ipft_pc.c \ ipft_sn.c ipft_td.c ipft_tx.c kmem.c kmemcpywrap.c \ kvatoname.c load_hash.c load_hashnode.c load_pool.c \ - load_poolnode.c loglevel.c mutex_emul.c \ + load_poolnode.c mutex_emul.c \ nametokva.c nat_setgroupmap.c ntomask.c optname.c \ optprint.c optprintv6.c optvalue.c portname.c portnum.c \ ports.c print_toif.c printactivenat.c printaps.c printbuf.c \