From owner-freebsd-questions Fri Apr 5 15:27:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21150 for questions-outgoing; Fri, 5 Apr 1996 15:27:51 -0800 (PST) Received: from yu.rogidi.com ([206.130.183.36]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA21145 for ; Fri, 5 Apr 1996 15:27:48 -0800 (PST) Received: (from pyu@localhost) by yu.rogidi.com (8.6.12/8.6.12) id SAA00265 for freebsd-questions@freebsd.org; Fri, 5 Apr 1996 18:25:34 -0500 Date: Fri, 5 Apr 1996 18:25:34 -0500 From: Patrick Hong Kin Yu Message-Id: <199604052325.SAA00265@yu.rogidi.com> To: freebsd-questions@freebsd.org Subject: using csh in Makefile Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Recently I've downloaded the leafnode USENET package and its Makefile is written for csh processing. Any idea of why the 'hi' target would fail with message 'segmentation violation' ? ----- .SHELL: path=/bin/csh hi: @echo hi ----- Patrick