summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.sparc64
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.sparc64
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.sparc64')
-rw-r--r--sys/conf/Makefile.sparc644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64
index 4435af6..c458320 100644
--- a/sys/conf/Makefile.sparc64
+++ b/sys/conf/Makefile.sparc64
@@ -64,8 +64,6 @@ SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack
%CLEAN
-.include "$S/conf/kern.post.mk"
-
#lint: /tmp
# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \
# $S/$M/$M/Locore.c ${CFILES} | \
@@ -76,3 +74,5 @@ exception.o: $S/$M/$M/exception.s assym.s
${NORMAL_S}
%RULES
+
+.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud