summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-11 20:33:02 +0000
committerimp <imp@FreeBSD.org>2001-11-11 20:33:02 +0000
commit75efe8b3d0c7dd21f0f8431ac67a92912a9209db (patch)
tree967cd1afac67d927fb62e7bdf06679483234a7fc /sys/conf/Makefile.pc98
parent5dd1ecb5c15862e26d85abdf66642f67421af12a (diff)
downloadFreeBSD-src-75efe8b3d0c7dd21f0f8431ac67a92912a9209db.zip
FreeBSD-src-75efe8b3d0c7dd21f0f8431ac67a92912a9209db.tar.gz
Move kern.post.mk to last line, now that it appears safe
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 3c2ac5a..54e1b72 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"
OpenPOWER on IntegriCloud