1996-06-14 10:04:54 +00:00
|
|
|
# Makefile for FreeBSD(98) after:
|
|
|
|
#
|
|
|
|
# Makefile.i386 -- with config changes.
|
|
|
|
# Copyright 1990 W. Jolitz
|
|
|
|
# from: @(#)Makefile.i386 7.1 5/10/91
|
1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1996-06-14 10:04:54 +00:00
|
|
|
#
|
|
|
|
# Makefile for FreeBSD
|
|
|
|
#
|
|
|
|
# This makefile is constructed from a machine description:
|
|
|
|
# config machineid
|
|
|
|
# Most changes should be made in the machine description
|
2001-10-26 10:33:45 +00:00
|
|
|
# /sys/pc98/conf/``machineid''
|
1996-06-14 10:04:54 +00:00
|
|
|
# after which you should do
|
|
|
|
# config machineid
|
|
|
|
# Generic makefile changes should be made in
|
2001-10-26 10:33:45 +00:00
|
|
|
# /sys/conf/Makefile.pc98
|
1996-06-14 10:04:54 +00:00
|
|
|
# after which config should be rerun for all machines.
|
|
|
|
#
|
1997-04-22 12:20:50 +00:00
|
|
|
|
1997-10-23 09:20:16 +00:00
|
|
|
# Which version of config(8) is required.
|
2003-04-15 21:29:11 +00:00
|
|
|
%VERSREQ= 500012
|
1997-10-23 09:20:16 +00:00
|
|
|
|
1999-10-30 09:28:27 +00:00
|
|
|
.if !defined(S)
|
1996-06-14 10:04:54 +00:00
|
|
|
.if exists(./@/.)
|
|
|
|
S= ./@
|
|
|
|
.else
|
2001-06-30 06:29:47 +00:00
|
|
|
S= ../../..
|
1996-06-14 10:04:54 +00:00
|
|
|
.endif
|
1999-10-30 09:28:27 +00:00
|
|
|
.endif
|
2001-11-02 21:34:20 +00:00
|
|
|
.include "$S/conf/kern.pre.mk"
|
2000-04-05 12:54:13 +00:00
|
|
|
|
2001-11-04 23:10:39 +00:00
|
|
|
EXTRA_KERNELDEP=rm -f ./machine ; ln -s $S/$M/include ./machine
|
2001-11-02 21:34:20 +00:00
|
|
|
MKMODULESENV+= MACHINE=pc98
|
1996-06-14 10:04:54 +00:00
|
|
|
|
|
|
|
%BEFORE_DEPEND
|
|
|
|
|
|
|
|
%OBJS
|
|
|
|
|
2000-11-25 03:25:34 +00:00
|
|
|
%FILES.c
|
1996-06-14 10:04:54 +00:00
|
|
|
|
2000-11-25 03:25:34 +00:00
|
|
|
%FILES.s
|
1996-06-14 10:04:54 +00:00
|
|
|
|
2000-11-25 03:25:34 +00:00
|
|
|
%FILES.m
|
1998-09-05 02:35:21 +00:00
|
|
|
|
1996-06-14 10:04:54 +00:00
|
|
|
%CLEAN
|
|
|
|
|
|
|
|
%RULES
|
2001-11-11 20:33:02 +00:00
|
|
|
|
|
|
|
.include "$S/conf/kern.post.mk"
|