aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-03-02 21:18:40 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-03-02 21:18:40 +0000
commit73f643b4119cc901a17b79e97633dd129ecb7f3e (patch)
tree0a933feed2908f562382f9cb170b2f619cf5a2f9 /sys/boot
parentc3a916c3f0a67ece092514fba641f008fc0eff8d (diff)
downloadsrc-73f643b4119cc901a17b79e97633dd129ecb7f3e.tar.gz
src-73f643b4119cc901a17b79e97633dd129ecb7f3e.zip
Fixed sys/boot/pc98/boot2/Makefile to use kern.mk and
get rid of bsd.kern.mk completely. OK'ed by: bde
Notes
Notes: svn path=/head/; revision=111764
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/boot2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index ba5d7230717a..d3ab21cba396 100644
--- a/sys/boot/pc98/boot2/Makefile
+++ b/sys/boot/pc98/boot2/Makefile
@@ -102,5 +102,5 @@ machine:
CLEANFILES+= machine
-.include <bsd.kern.mk>
+.include "${.CURDIR}/../../../conf/kern.mk"
.include <bsd.prog.mk>