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 19STD8X16FONT?= iso 20 21.if !defined(S) 22.if exists(./@/.) 23S= ./@ 24.else 25S= ../../.. 26.endif 27.endif 28.include "$S/conf/kern.pre.mk" 29 30INCLUDES+= -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" 47