summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-02-14 20:45:31 +0000
committerderaadt <deraadt@openbsd.org>2002-02-14 20:45:31 +0000
commit4662dd375263d35d786b95ba6c78f2a16979de71 (patch)
tree0c09ef1ab11e05696da7429e4b4efd80371f86c5
parentKNF (diff)
downloadwireguard-openbsd-4662dd375263d35d786b95ba6c78f2a16979de71.tar.xz
wireguard-openbsd-4662dd375263d35d786b95ba6c78f2a16979de71.zip
put "boot" in /usr/mdec instead of /
-rw-r--r--sys/arch/vax/boot/boot/Makefile4
-rw-r--r--sys/arch/vax/stand/boot/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/boot/boot/Makefile b/sys/arch/vax/boot/boot/Makefile
index 4ecc83800ae..49f3c3cb072 100644
--- a/sys/arch/vax/boot/boot/Makefile
+++ b/sys/arch/vax/boot/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2000/10/04 05:03:10 bjc Exp $
+# $OpenBSD: Makefile,v 1.3 2002/02/14 20:45:31 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1999/05/23 21:58:19 ragge Exp $
S!= cd ${.CURDIR}/../../../../; pwd
@@ -16,7 +16,7 @@ CLEANFILES+=${PROG}.mop
CPPFLAGS+=-DSUPPORT_BOOTPARAMS -DSUPPORT_DHCP -D_STANDALONE
#CPPFLAGS+=-DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DDEV_DEBUG \
# -DRPC_DEBUG -DRARP_DEBUG -DPARANOID -DSUPPORT_BOOTP
-BINDIR= /
+BINDIR= /usr/mdec
SA_ZLIB= yes
SAREL=
diff --git a/sys/arch/vax/stand/boot/Makefile b/sys/arch/vax/stand/boot/Makefile
index 4ecc83800ae..49f3c3cb072 100644
--- a/sys/arch/vax/stand/boot/Makefile
+++ b/sys/arch/vax/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2000/10/04 05:03:10 bjc Exp $
+# $OpenBSD: Makefile,v 1.3 2002/02/14 20:45:31 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1999/05/23 21:58:19 ragge Exp $
S!= cd ${.CURDIR}/../../../../; pwd
@@ -16,7 +16,7 @@ CLEANFILES+=${PROG}.mop
CPPFLAGS+=-DSUPPORT_BOOTPARAMS -DSUPPORT_DHCP -D_STANDALONE
#CPPFLAGS+=-DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DDEV_DEBUG \
# -DRPC_DEBUG -DRARP_DEBUG -DPARANOID -DSUPPORT_BOOTP
-BINDIR= /
+BINDIR= /usr/mdec
SA_ZLIB= yes
SAREL=