Date: Fri, 11 Dec 1998 17:13:03 +0900 From: "Masahito, Fujie" <fujie@uenohouka.ac.jp> To: freebsd-questions@FreeBSD.ORG Subject: Question Message-ID: <199812110813.AA00284@ns.uenohouka.ac.jp>
next in thread | raw e-mail | index | archive | help
$B;O$a$^$7$F!"F#9>$H$$$$$^$9!#(B
$BFMA3$N%a!<%k$G$9$_$^$;$s!#(B
$B%+!<%M%k$N:F9=C[$r$d$j$?$/$F4hD%$C$F$$$?$N$G$9$,!">e<j$/9T$-$^$;$s!#(B
--$B%(%i!<J8(B--
cherry[root]# make
Makefile:28: *** missing separator. Stop.
--$B0J>e(B--
--Makefile--
1 KERN_IDENT=LINT
2 IDENT= -DSPX_HACK -DSI_DEBUG -DSCSI_2_DEF -DEXT2FS -DDEBUG -DBOOTP_COMPAT -DBOOTP_NFSV3 -DBOOTP_
3 PARAM=-DMAXUSERS=10
4 # Makefile.i386 -- with config changes.
5 # Copyright 1990 W. Jolitz
6 # from: @(#)Makefile.i386 7.1 5/10/91
7 # $Id: Makefile.i386,v 1.89.2.5 1998/06/22 02:48:23 jkh Exp $
8 #
9 # Makefile for FreeBSD
10 #
11 # This makefile is constructed from a machine description:
12 # config machineid
13 # Most changes should be made in the machine description
14 # /sys/i386/conf/``machineid''
15 # after which you should do
16 # config machineid
17 # Generic makefile changes should be made in
18 # /sys/i386/conf/Makefile.i386
19 # after which config should be rerun for all machines.
20 #
21
22 # Which version of config(8) is required.
23
24 CC?= cc
25 CPP?= cpp
26 LD?= /usr/bin/ld
27
28 .if exists(./@/.)
29 S= ./@
30 .else
31 S= ../..
32 .endif
33 I386= ${S}/i386
$B$h$m$7$/$*4j$$$7$^$9!#(B
****************************************
Masahito, Fujie
fujie@uenohouka.ac.jp
Uenohouka Business Professional School
Tel:043-261-4959
Fax:043-261-7812
****************************************
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812110813.AA00284>
