From owner-freebsd-questions Tue Sep 10 16:07:21 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA21966 for questions-outgoing; Tue, 10 Sep 1996 16:07:21 -0700 (PDT) Received: from zephyr.isi.edu (zephyr.isi.edu [128.9.160.160]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA21935; Tue, 10 Sep 1996 16:07:16 -0700 (PDT) Received: from gra.isi.edu by zephyr.isi.edu (5.65c/5.61+local-23) id ; Tue, 10 Sep 1996 16:07:11 -0700 Posted-Date: Tue, 10 Sep 1996 16:05:26 -0700 (PDT) Received: from localhost by gra.isi.edu (5.65c/4.0.3-6) id ; Tue, 10 Sep 1996 16:05:26 -0700 Date: Tue, 10 Sep 1996 16:05:26 -0700 (PDT) From: Subramaniam Vincent To: hackers@freebsd.org Cc: questions@freebsd.org Subject: Sun code port to freebsd - Makefile issues Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can anyone give me some advice on how make a *clean* port of code from sun to freebsd, where the sun Makefile contains include files not there in the freebsd distbn. *clean* concerns the dependency lines at the bottom of the Makefile. When I move over the code & Makefile to the freebsd platform, I need to manually remove dependency lines the correspond to non existent include files (sun) , before doing a gmake or make. gmake depend creates a correct .depend file, but that doesnt help. is there some mkdep stuff I am missing here? thanks Vince