summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-28 22:12:17 +0000
committerru <ru@FreeBSD.org>2003-02-28 22:12:17 +0000
commitd8e63f1764fcc7147ec163e0f31c38fe13ca6d95 (patch)
treea07748e2eddd0e1ae5ad7377516d9477ba7eeb76 /sys/conf
parent0ad15c51502089a0a989cc5cad217b2c05f49eb3 (diff)
downloadFreeBSD-src-d8e63f1764fcc7147ec163e0f31c38fe13ca6d95.zip
FreeBSD-src-d8e63f1764fcc7147ec163e0f31c38fe13ca6d95.tar.gz
Initiate the de-orbit burn sequence for <bsd.kern.mk>.
Always use sys/conf/kern.mk when building kernel/modules. <bsd.kern.mk> is only preserved for sys/boot/pc98/boot2 for now, but this will be fixed. If there are other users of <bsd.kern.mk>, please let me know. Reminded by: bde
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kern.post.mk2
-rw-r--r--sys/conf/kmod.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index c7f212b..68fd970 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -221,4 +221,4 @@ majors.c: $S/conf/majors $S/conf/majors.awk
majors.o:
${NORMAL_C}
-.include <bsd.kern.mk>
+.include "kern.mk"
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index f1e3c6c..1c0369d 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -309,4 +309,4 @@ ${OBJS}: ${SRCS:M*.h}
.endif
.include <bsd.obj.mk>
-.include <bsd.kern.mk>
+.include "kern.mk"
OpenPOWER on IntegriCloud