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