diff options
author | imp <imp@FreeBSD.org> | 2001-11-11 20:33:02 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-11-11 20:33:02 +0000 |
commit | 75efe8b3d0c7dd21f0f8431ac67a92912a9209db (patch) | |
tree | 967cd1afac67d927fb62e7bdf06679483234a7fc /sys/conf/Makefile.ia64 | |
parent | 5dd1ecb5c15862e26d85abdf66642f67421af12a (diff) | |
download | FreeBSD-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.ia64')
-rw-r--r-- | sys/conf/Makefile.ia64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 35b50e5..eca64f7 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -57,6 +57,6 @@ ASM_CFLAGS= -x assembler-with-cpp -Wa,-x -DLOCORE ${CFLAGS} %CLEAN -.include "$S/conf/kern.post.mk" - %RULES + +.include "$S/conf/kern.post.mk" |