Deleted Added
full compact
Makefile.amd64 (129075) Makefile.amd64 (134542)
1# Makefile.amd64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
1# Makefile.amd64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
5# $FreeBSD: head/sys/conf/Makefile.amd64 129075 2004-05-09 22:29:38Z cognet $
5# $FreeBSD: head/sys/conf/Makefile.amd64 134542 2004-08-30 23:03:58Z peter $
6#
7# Makefile for FreeBSD
8#
9# This makefile is constructed from a machine description:
10# config machineid
11# Most changes should be made in the machine description
12# /sys/amd64/conf/``machineid''
13# after which you should do
14# config machineid
15# Generic makefile changes should be made in
16# /sys/conf/Makefile.amd64
17# after which config should be rerun for all machines.
18#
19
20# Which version of config(8) is required.
6#
7# Makefile for FreeBSD
8#
9# This makefile is constructed from a machine description:
10# config machineid
11# Most changes should be made in the machine description
12# /sys/amd64/conf/``machineid''
13# after which you should do
14# config machineid
15# Generic makefile changes should be made in
16# /sys/conf/Makefile.amd64
17# after which config should be rerun for all machines.
18#
19
20# Which version of config(8) is required.
21%VERSREQ= 500013
21%VERSREQ= 600000
22
23STD8X16FONT?= iso
24
25.if !defined(S)
26.if exists(./@/.)
27S= ./@
28.else
29S= ../../..

--- 26 unchanged lines hidden ---
22
23STD8X16FONT?= iso
24
25.if !defined(S)
26.if exists(./@/.)
27S= ./@
28.else
29S= ../../..

--- 26 unchanged lines hidden ---