From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 11:25:48 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D35316A4CE for ; Fri, 1 Apr 2005 11:25:48 +0000 (GMT) Received: from psu.karelia.ru (psu.karelia.ru [194.85.172.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88F043D1F for ; Fri, 1 Apr 2005 11:25:46 +0000 (GMT) (envelope-from rumiancev@psu.karelia.ru) Received: from localhost (kuzmin.karelia.ru [194.85.173.248]) by psu.karelia.ru (8.12.10/8.12.10) with ESMTP id j31BPgNj032130; Fri, 1 Apr 2005 15:25:43 +0400 X-DrWeb: checked Date: Fri, 1 Apr 2005 15:25:34 +0400 From: rumiancev-psu X-Mailer: The Bat! (v2.10.01) Personal Organization: PetrSU X-Priority: 3 (Normal) Message-ID: <372581386.20050401152534@psu.karelia.ru> To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Antivirus: Dr.Web (R) for Mail Servers on psu.karelia.ru host X-Antivirus-Code: 100000 cc: freebsd-questions@FreeBSD.ORG Subject: From Rumiancev Alexander X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rumiancev-psu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 11:25:48 -0000 Hello! I have a problem! I have the FreeBSD 5.3. And some day ago, when I wrote command "make" the output was: Makefile:24: *** missing separator. Stop. 24 - this is .if !defined(S) When I doing this procedure one week ago, that was okey!!! That is content of the Makefile: KERN_IDENT=NEW_GENERIC # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 # $FreeBSD: src/sys/conf/Makefile.i386,v 1.260 2004/05/09 22:29:37 cognet Exp $ # # Makefile for FreeBSD # # This makefile is constructed from a machine description: # config machineid # Most changes should be made in the machine description # /sys/i386/conf/``machineid'' # after which you should do # config machineid # Generic makefile changes should be made in # /sys/conf/Makefile.i386 # after which config should be rerun for all machines. # # Which version of config(8) is required. STD8X16FONT?= iso .if !defined(S) .if exists(./@/.) S= ./@ .else S= ../../.. .endif .endif .include "$S/conf/kern.pre.mk" MKMODULESENV+= MACHINE=i386 BEFORE_DEPEND=aic7xxx_{seq.h,reg.h,reg_print.c} \ aic79xx_{seq.h,reg.h,reg_print.c} pccarddevs.h \ usbdevs.h OBJS=aic7xxx_reg_print.o aic79xx_reg_print.o device_if.o bus_if.o \ linker_if.o cam.o cam_periph.o cam_queue.o cam_sim.o cam_xpt.o \ scsi_all.o scsi_cd.o scsi_ch.o scsi_da.o scsi_low.o \ scsi_low_pisa.o scsi_pass.o scsi_sa.o scsi_ses.o adv_pci.o \ advansys.o advlib.o advmcode.o adw_pci.o adwcam.o adwlib.o \ byte 1204