From owner-freebsd-current Fri Aug 29 13:02:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA25004 for current-outgoing; Fri, 29 Aug 1997 13:02:08 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA24991 for ; Fri, 29 Aug 1997 13:02:03 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id GAA23290; Sat, 30 Aug 1997 06:00:08 +1000 Date: Sat, 30 Aug 1997 06:00:08 +1000 From: Bruce Evans Message-Id: <199708292000.GAA23290@godzilla.zeta.org.au> To: andreas@klemm.gtn.com, current@FreeBSD.ORG Subject: Re: "make includes" doesn't create necessary subdirs under /usr/include Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >"make includes" doesn't create necessary subdirs under /usr/include >before copying the header files into it... It's not supposed to. In fact, it clobbers all subdirs and replaces them by symlinks. `includes' is a private subtarget for `world' and should never be used directly. Use `make install' in src/include to create the subdirs. Bruce