aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-11-11 20:33:02 +0000
committerWarner Losh <imp@FreeBSD.org>2001-11-11 20:33:02 +0000
commit3dfff24a1960226c85eaaad1eddd78e455aa5770 (patch)
tree967cd1afac67d927fb62e7bdf06679483234a7fc /sys/conf/Makefile.pc98
parent7a26a4ef285346e18ec169cdcf131a3c8b149140 (diff)
Move kern.post.mk to last line, now that it appears safe
Notes
Notes: svn path=/head/; revision=86276
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc984
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 3c2ac5a2ee45..54e1b724432d 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -45,6 +45,6 @@ MKMODULESENV+= MACHINE=pc98
%CLEAN
-.include "$S/conf/kern.post.mk"
-
%RULES
+
+.include "$S/conf/kern.post.mk"