Browse Source

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.
OPENBSD_2_2
weingart 27 years ago
parent
commit
96a2aea16f
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/etc/etc.i386/Makefile.inc

+ 5
- 2
src/etc/etc.i386/Makefile.inc View File

@ -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


Loading…
Cancel
Save