diff options
author | bde <bde@FreeBSD.org> | 2003-11-14 23:09:38 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2003-11-14 23:09:38 +0000 |
commit | b57992813b0a0b254f7e1c2051d88d899c4c0e68 (patch) | |
tree | a7e161e2bc894d7e0cbb6aa7ee5aeaa6f05d5bda /sys | |
parent | 03bc446f3fecf7f5222472453a71dce550103ed6 (diff) | |
download | FreeBSD-src-b57992813b0a0b254f7e1c2051d88d899c4c0e68.zip FreeBSD-src-b57992813b0a0b254f7e1c2051d88d899c4c0e68.tar.gz |
Moved $FreeBSD$ to the beginning of the file.
Improved wording in a nearby comment.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/kern.post.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index 042d4aa..3c9ac6a 100644 --- a/sys/conf/kern.post.mk +++ b/sys/conf/kern.post.mk @@ -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) |