diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-14 20:45:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-14 20:45:32 +0000 |
commit | bb7a1ad178d323d57475b939f2097ee632e512aa (patch) | |
tree | d0ba74908388e5f847303feb77ce3f8954cf0688 /sys/arch/vax/stand | |
parent | 762da71458a97cc7ad810f683c580e167a2bf82b (diff) |
put "boot" in /usr/mdec instead of /
Diffstat (limited to 'sys/arch/vax/stand')
-rw-r--r-- | sys/arch/vax/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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= |