Makefile.pc98 revision 152018
1114328Smarkm# Makefile for FreeBSD(98) after:
2114328Smarkm#
3114328Smarkm# Makefile.i386 -- with config changes.
4114328Smarkm# Copyright 1990 W. Jolitz
5114328Smarkm#	from: @(#)Makefile.i386	7.1 5/10/91
6114328Smarkm# $FreeBSD: head/sys/conf/Makefile.pc98 152018 2005-11-03 14:01:22Z ru $
7272862Shrs#
8272862Shrs# Makefile for FreeBSD
9114328Smarkm#
10114328Smarkm# This makefile is constructed from a machine description:
11114328Smarkm#	config machineid
12272862Shrs# Most changes should be made in the machine description
13272862Shrs#	/sys/pc98/conf/``machineid''
14272862Shrs# after which you should do
15272862Shrs#	 config machineid
16272862Shrs# Generic makefile changes should be made in
17272862Shrs#	/sys/conf/Makefile.pc98
18272862Shrs# after which config should be rerun for all machines.
19272862Shrs#
20272862Shrs
21272862Shrs# Which version of config(8) is required.
22272862Shrs%VERSREQ=	600004
23272862Shrs
24272862Shrs.if !defined(S)
25272862Shrs.if exists(./@/.)
26272862ShrsS=	./@
27114328Smarkm.else
28114328SmarkmS=	../../..
29.endif
30.endif
31.include "$S/conf/kern.pre.mk"
32
33MKMODULESENV+=	MACHINE=pc98
34
35%BEFORE_DEPEND
36
37%OBJS
38
39%FILES.c
40
41%FILES.s
42
43%FILES.m
44
45%CLEAN
46
47%RULES
48
49.include "$S/conf/kern.post.mk"
50