diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-05-10 16:27:13 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-05-10 16:27:13 +0000 |
| commit | 502e0d6c6c6bcfec089fe41b9f9ad8ab2e505f50 (patch) | |
| tree | 5ef791b9c0580cc24fc25229d0be5879940d59ef | |
| parent | 6521428b09b607cfb8e78a585c8fef96a03ef7b1 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index e614dbe58796..120ad1b54c36 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.16.2.2 1999/03/20 00:45:55 imp Exp $ +# $Id: Makefile.alpha,v 1.16.2.3 1999/05/07 09:01:41 dfr Exp $ # # Makefile for FreeBSD # @@ -19,6 +19,8 @@ # Which version of config(8) is required. %VERSREQ= 300009 +# Can be overridden by makeoptions or /etc/make.conf +KERNEL?= kernel STD8X16FONT?= iso .if exists(./@/.) |
