From 75efe8b3d0c7dd21f0f8431ac67a92912a9209db Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 11 Nov 2001 20:33:02 +0000 Subject: Move kern.post.mk to last line, now that it appears safe --- sys/conf/Makefile.sparc64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/conf/Makefile.sparc64') 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" -- cgit v1.1