diff options
author | 1997-09-26 19:51:28 +0000 | |
---|---|---|
committer | 1997-09-26 19:51:28 +0000 | |
commit | ed26cd4a1b1b489e3807e205db32dfdb9aa04d36 (patch) | |
tree | 2a259ee9881056028be9c43041c61d0c3ad2ae47 | |
parent | installboot on sdXc not /dev/rsdXc (diff) | |
download | wireguard-openbsd-ed26cd4a1b1b489e3807e205db32dfdb9aa04d36.tar.xz wireguard-openbsd-ed26cd4a1b1b489e3807e205db32dfdb9aa04d36.zip |
get INSTALL.* from correct place
-rw-r--r-- | etc/etc.i386/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc index b54dfe4cdc8..d10d00d8e38 100644 --- a/etc/etc.i386/Makefile.inc +++ b/etc/etc.i386/Makefile.inc @@ -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 && \ |