diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-22 23:54:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-22 23:54:28 +0000 |
commit | 498795232e4d1f8440361f4cd89d96e4b030ca2e (patch) | |
tree | 2628d9c45ccc9250358d4563c23467486aec5fb4 | |
parent | 2b71c05b84e4c294a6de9eca51cc0b36d0514a8a (diff) |
do not use the DESTDIR mkboot binary
-rw-r--r-- | distrib/hppa/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile index 2aa99bce972..d3e98b6f57a 100644 --- a/distrib/hppa/ramdisk/Makefile +++ b/distrib/hppa/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2008/12/02 03:20:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2008/12/22 23:54:27 deraadt Exp $ CBIN= instbin ARCHDIR= ${.CURDIR}/.. @@ -30,7 +30,7 @@ MTREE= ${UTILS}/mtree.conf LIF?= lif${REV}.fs CDROM?= cd${REV}.iso -MKBOOT?= ${DESTDIR}/usr/mdec/mkboot +MKBOOT?= /usr/mdec/mkboot BOOT?= ${DESTDIR}/usr/mdec/boot CDBOOT?= ${DESTDIR}/usr/mdec/cdboot |