From owner-freebsd-hackers Sun Mar 19 14:33:12 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA09469 for hackers-outgoing; Sun, 19 Mar 1995 14:33:12 -0800 Received: from w8hd.w8hd.org (w8hd.w8hd.org [198.252.159.10]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA09463 for ; Sun, 19 Mar 1995 14:33:10 -0800 Received: (from kimc@localhost) by w8hd.w8hd.org (8.6.11/w8hd) id RAA04235; Sun, 19 Mar 1995 17:32:56 -0500 Date: Sun, 19 Mar 1995 17:32:56 -0500 (EST) From: Kim Culhan To: hasty@netcom.com cc: hackers@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@FreeBSD.org Precedence: bulk The old soud sys was installed on 'top of' 2.0 -current. Running a make depend uncovered some missing headers: cc: ../../gnu/i386/scd.c: No such file or directory ../../i386/i386/conf.c:245: matcd.h: No such file or directory ../../i386/i386/conf.c:893: nic.h: No such file or directory ../../i386/i386/conf.c:904: nnic.h: No such file or directory This being the case it looks like its not practical for me to build vat since it would require backing off to 2.0R. Maybe the only issue in the way is the lack of the above files, what do you think? kim -- kimc@w8hd.org