diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1997-01-02 16:37:54 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1997-01-02 16:37:54 +0000 |
commit | 65fb1a64047e6f8aa4639dce100459b243fe4659 (patch) | |
tree | 2f25b736bce46bcdce800bb6e3884b3fe9bde45c /sys/arch/i386/boot.dos | |
parent | d7be9a5fbdbddbf6986a9c72816f51761c9670ec (diff) |
DESTDIR already set.
Diffstat (limited to 'sys/arch/i386/boot.dos')
-rw-r--r-- | sys/arch/i386/boot.dos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/boot.dos/Makefile b/sys/arch/i386/boot.dos/Makefile index 8bc3768858c..2ccc2500b4f 100644 --- a/sys/arch/i386/boot.dos/Makefile +++ b/sys/arch/i386/boot.dos/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/12/29 19:44:49 graichen Exp $ +# $OpenBSD: Makefile,v 1.4 1997/01/02 16:37:53 etheisen Exp $ # $NetBSD: Makefile,v 1.18 1995/03/23 19:46:45 jtc Exp $ # # Ported to boot 386BSD by Julian Elischer (julian@tfs.com) @@ -43,7 +43,7 @@ CPPFLAGS+= -DDOSREAD -DDEBUG # start.o should be first SRCS+= start.S table.c boot.c disk.c io.c serial.S sys.c bios.S asm.S SRCS+= dossys.c version.c -BINDIR= ${DESTDIR}/usr/mdec +BINDIR= /usr/mdec .PATH: ${.CURDIR}/../boot |