From owner-freebsd-current Fri Sep 19 22:18:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA05339 for current-outgoing; Fri, 19 Sep 1997 22:18:05 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id WAA05330 for ; Fri, 19 Sep 1997 22:17:58 -0700 (PDT) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xCHv6-00068k-00; Fri, 19 Sep 1997 23:17:28 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.7/8.8.3) with ESMTP id XAA25782 for ; Fri, 19 Sep 1997 23:17:08 -0600 (MDT) Message-Id: <199709200517.XAA25782@harmony.village.org> To: current@freebsd.org Subject: Makefile broken Date: Fri, 19 Sep 1997 23:17:08 -0600 From: Warner Losh Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk /usr/usr.sbin/Makefile is missing a \ at the end of the line that has netstat in it. I have fixed this problem, but those people that try to do a make world with the latest CTM will find that it fails for them. Warner