summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-09-26 19:51:28 +0000
committerderaadt <deraadt@openbsd.org>1997-09-26 19:51:28 +0000
commited26cd4a1b1b489e3807e205db32dfdb9aa04d36 (patch)
tree2a259ee9881056028be9c43041c61d0c3ad2ae47
parentinstallboot on sdXc not /dev/rsdXc (diff)
downloadwireguard-openbsd-ed26cd4a1b1b489e3807e205db32dfdb9aa04d36.tar.xz
wireguard-openbsd-ed26cd4a1b1b489e3807e205db32dfdb9aa04d36.zip
get INSTALL.* from correct place
-rw-r--r--etc/etc.i386/Makefile.inc4
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 && \