summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-07-25 11:53:30 +0000
committerphk <phk@FreeBSD.org>1997-07-25 11:53:30 +0000
commit1333c949c4dda1da7a84f8cb112ae7111f77605a (patch)
tree4f9537d42fe55b02f6de5fedd13eabe699bc0bd9 /sys/conf/Makefile.i386
parent909df620d07fa17271ce88c44d1dd81776fc68b0 (diff)
downloadFreeBSD-src-1333c949c4dda1da7a84f8cb112ae7111f77605a.zip
FreeBSD-src-1333c949c4dda1da7a84f8cb112ae7111f77605a.tar.gz
Add option for compiling in a 8x16 font.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3864
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 04e035d..c50b2fa 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.99 1997/05/31 17:59:56 peter Exp $
+# $Id: Makefile.i386,v 1.100 1997/06/29 16:39:09 bde Exp $
#
# Makefile for FreeBSD
#
@@ -20,6 +20,8 @@ BINFORMAT?= aout
#BINFORMAT?= aoutkld
#BINFORMAT?= elf
+STD8X16FONT?= iso
+
.if exists(./@/.)
S= ./@
.else
OpenPOWER on IntegriCloud