xref: /freebsd/sys/conf/Makefile.i386 (revision 734e82fe33aa764367791a7d603b383996c6b40b)
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3#	from: @(#)Makefile.i386	7.1 5/10/91
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8#	config machineid
9# Most changes should be made in the machine description
10#	/sys/i386/conf/``machineid''
11# after which you should do
12#	 config machineid
13# Generic makefile changes should be made in
14#	/sys/conf/Makefile.i386
15# after which config should be rerun for all machines.
16#
17
18# Which version of config(8) is required.
19%VERSREQ=	600012
20
21STD8X16FONT?=	iso
22
23.if !defined(S)
24.if exists(./@/.)
25S=	./@
26.else
27S=	../../..
28.endif
29.endif
30.include "$S/conf/kern.pre.mk"
31
32INCLUDES+= -I$S/contrib/libfdt
33
34%BEFORE_DEPEND
35
36%OBJS
37
38%FILES.c
39
40%FILES.s
41
42%FILES.m
43
44%CLEAN
45
46%RULES
47
48.include "$S/conf/kern.post.mk"
49