diff options
author | 2002-02-14 20:45:31 +0000 | |
---|---|---|
committer | 2002-02-14 20:45:31 +0000 | |
commit | 4662dd375263d35d786b95ba6c78f2a16979de71 (patch) | |
tree | 0c09ef1ab11e05696da7429e4b4efd80371f86c5 | |
parent | KNF (diff) | |
download | wireguard-openbsd-4662dd375263d35d786b95ba6c78f2a16979de71.tar.xz wireguard-openbsd-4662dd375263d35d786b95ba6c78f2a16979de71.zip |
put "boot" in /usr/mdec instead of /
-rw-r--r-- | sys/arch/vax/boot/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/vax/stand/boot/Makefile | 4 |
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= |