From owner-freebsd-current@FreeBSD.ORG Mon Jan 16 20:53:09 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D637106564A for ; Mon, 16 Jan 2012 20:53:09 +0000 (UTC) (envelope-from jos@catnook.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id E71D58FC0C for ; Mon, 16 Jan 2012 20:53:08 +0000 (UTC) Received: by iagz16 with SMTP id z16so6234547iag.13 for ; Mon, 16 Jan 2012 12:53:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.152.65 with SMTP id h1mr3701812icw.50.1326745572234; Mon, 16 Jan 2012 12:26:12 -0800 (PST) Received: by 10.42.140.196 with HTTP; Mon, 16 Jan 2012 12:26:12 -0800 (PST) Date: Mon, 16 Jan 2012 12:26:12 -0800 Message-ID: From: Jos Backus To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Small usr.bin/Makefile patch to remove a reference to wtmpcvt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 16 Jan 2012 20:53:09 -0000 This directory no longer exists so the reference should be removed as it breaks the build. --- Makefile.orig 2012-01-16 12:24:28.000000000 -0800 +++ Makefile 2012-01-16 12:24:36.000000000 -0800 @@ -339,7 +339,6 @@ SUBDIR+= last SUBDIR+= users SUBDIR+= who -SUBDIR+= wtmpcvt .endif .include -- Jos Backus jos at catnook.com