Moved $FreeBSD$ to the beginning of the file.

Improved wording in a nearby comment.
This commit is contained in:
Bruce Evans 2003-11-14 23:09:38 +00:00
parent 1f6c75db0b
commit 9644b98770
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122715

View File

@ -1,13 +1,12 @@
# Part of unified Makefile for building kernels. This includes all
# the definitions that need to be included after all the % directives,
# except %RULES and things that act like they are part of %RULES
# $FreeBSD$
# Part of a unified Makefile for building kernels. This part includes all
# the definitions that need to be after all the % directives except %RULES
# and ones that act like they are part of %RULES.
#
# Most make variables should not be defined in this file. Instead, they
# should be defined in the kern.pre.mk so that port makefiles can
# override or augment them.
#
# $FreeBSD$
#
# In case the config had a makeoptions DESTDIR...
.if defined(DESTDIR)