Browse Source

get INSTALL.* from correct place

OPENBSD_2_2
deraadt 27 years ago
parent
commit
dd6ded7703
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.i386/Makefile.inc

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

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.9 1997/09/25 02:01:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.10 1997/09/26 19:51:28 deraadt Exp $
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
.ifdef DESTDIR
@ -12,7 +12,7 @@ bsd:
${DESTDIR}/snapshot/bsd
notes:
cp ${.CURDIR}/INSTALL.* ${DESTDIR}/snapshot
cp ${.CURDIR}/etc.i386/INSTALL.* ${DESTDIR}/snapshot
distrib:
cd ${.CURDIR}/../distrib && make cleandir && \


Loading…
Cancel
Save