From owner-freebsd-current@freebsd.org Thu Jun 22 16:24:10 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3C50D8FEEB for ; Thu, 22 Jun 2017 16:24:10 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (mail.xzibition.com [52.11.127.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9874680F60 for ; Thu, 22 Jun 2017 16:24:10 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 70BAA7A70 for ; Thu, 22 Jun 2017 16:18:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id cQj75eIMKpsq for ; Thu, 22 Jun 2017 16:18:43 +0000 (UTC) Subject: Re: Update the Makefile for ioctl.c? DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 1AFC87A6A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shatow.net; s=mxc204805312015; t=1498148323; bh=ZvMuwWw21EBFMpXvihABFrhUmHxY0CYnCb7nF/eA2BA=; h=Subject:To:References:From:Date:In-Reply-To; b=bAaeol2XFE57D7x7YkIkMChK8y3IcZiYq264fXp5WvFOBUj1gqfHOx43Cs/Q24jfS sRypHemLEYsodBAcFyO4YiUM3Y4Uidlo7OydhKAJSGEPWrlR8Vq5GGDt3mW1wu74nD erao+vXq+TiVeoWThu9pYv4lpkv5vJs9LyHor8pcRHW4a90SvP+J+gEsH3zp8ezCth 3NucG0pyt8xjIm95C5tSNxClGwBdBCHmXnRAOxhNf0/eZmO8xyCKa7tkJYeygTdUE7 KDmL58tJWbPeLes+/M/s4J57T2PIACOelcvJOVI69Nh08+Q6PKx5k7b4vOUfcfFeCa jdl83XmxpiUtw== To: freebsd-current@FreeBSD.org References: <20170621152004.s7x7nilwe6zlueab@lrosenman.local> From: Bryan Drewery Message-ID: <8978356a-b0c9-980b-e22d-688dcd7f363d@shatow.net> Date: Thu, 22 Jun 2017 09:18:43 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170621152004.s7x7nilwe6zlueab@lrosenman.local> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2017 16:24:10 -0000 On 6/21/2017 8:20 AM, Larry Rosenman wrote: > Greetings, > It looks like the Makefile for ioctl.c didn't get the memo on some > pieces being removed: > > --- ioctl.c --- > egrep: dev/utopia/idtphy.h: No such file or directory > egrep: dev/utopia/suni.h: No such file or directory > egrep: dev/utopia/utopia.h: No such file or directory > egrep: dev/utopia/utopia_priv.h: No such file or directory > egrep: net/if_atm.h: No such file or directory > egrep: netgraph/atm/ng_atm.h: No such file or directory > egrep: netinet/if_atm.h: No such file or directory > > I'm not sure what to fix here. :( > > What was the build command for it? -- Regards, Bryan Drewery bdrewery@freenode/EFNet