Makefile.pc98 revision 144510
128263Spst# Makefile for FreeBSD(98) after:
228263Spst#
350472Speter# Makefile.i386 -- with config changes.
428263Spst# Copyright 1990 W. Jolitz
528263Spst#	from: @(#)Makefile.i386	7.1 5/10/91
661981Sbrian# $FreeBSD: head/sys/conf/Makefile.pc98 144510 2005-04-01 22:56:10Z imp $
761981Sbrian#
861981Sbrian# Makefile for FreeBSD
961981Sbrian#
1061981Sbrian# This makefile is constructed from a machine description:
1161981Sbrian#	config machineid
1261981Sbrian# Most changes should be made in the machine description
1328320Spst#	/sys/pc98/conf/``machineid''
1465843Sbrian# after which you should do
1561981Sbrian#	 config machineid
1661981Sbrian# Generic makefile changes should be made in
1777592Sdougb#	/sys/conf/Makefile.pc98
1861981Sbrian# after which config should be rerun for all machines.
1961981Sbrian#
2061981Sbrian
2161981Sbrian# Which version of config(8) is required.
2261981Sbrian%VERSREQ=	600002
2361981Sbrian
2465843Sbrian.if !defined(S)
2565843Sbrian.if exists(./@/.)
2665843SbrianS=	./@
2765843Sbrian.else
2861981SbrianS=	../../..
2965843Sbrian.endif
3065843Sbrian.endif
3165843Sbrian.include "$S/conf/kern.pre.mk"
3261981Sbrian
3361981SbrianEXTRA_KERNELDEP=rm -f ./machine ; ln -s $S/$M/include ./machine
3465843SbrianMKMODULESENV+=	MACHINE=pc98
3565843Sbrian
36%BEFORE_DEPEND
37
38%OBJS
39
40%FILES.c
41
42%FILES.s
43
44%FILES.m
45
46%CLEAN
47
48%RULES
49
50.include "$S/conf/kern.post.mk"
51