summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-02 21:18:40 +0000
committerru <ru@FreeBSD.org>2003-03-02 21:18:40 +0000
commit41871f8dff463c32e251cd5dd4540980038ab5d2 (patch)
tree0a933feed2908f562382f9cb170b2f619cf5a2f9 /sys/boot
parent192740835f3695eed45758186220a625851144fc (diff)
downloadFreeBSD-src-41871f8dff463c32e251cd5dd4540980038ab5d2.zip
FreeBSD-src-41871f8dff463c32e251cd5dd4540980038ab5d2.tar.gz
Fixed sys/boot/pc98/boot2/Makefile to use kern.mk and
get rid of bsd.kern.mk completely. OK'ed by: bde
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 ba5d723..d3ab21c 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>
OpenPOWER on IntegriCloud