From 96a2aea16fa1be82152dad6b296f9db5a3ce9d3b Mon Sep 17 00:00:00 2001 From: weingart <> Date: Thu, 25 Sep 1997 02:00:51 +0000 Subject: [PATCH] Sorry 'bout the previous commit, I'm much too tired to be mucking with the tree. Basically some extra information that I found very helpfull in understanding the CHS translation issues present with the PC BIOS stuff. --- src/etc/etc.i386/Makefile.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.i386/Makefile.inc b/src/etc/etc.i386/Makefile.inc index 5afe6b8d..63d36722 100644 --- a/src/etc/etc.i386/Makefile.inc +++ b/src/etc/etc.i386/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.7 1997/09/21 11:50:25 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 1997/09/25 02:00:51 weingart Exp $ # etc.i386/Makefile.inc -- i386-specific etc Makefile targets .ifdef DESTDIR -snap_md: bsd distrib +snap_md: bsd notes distrib bsd: cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC @@ -11,6 +11,9 @@ bsd: cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd +notes: + cp ${.CURDIR}/INSTALL.* ${DESTDIR} + distrib: cd ${.CURDIR}/../distrib && make cleandir && \ make && make install