From: graichen Date: Sun, 29 Dec 1996 19:44:49 +0000 (+0000) Subject: don't strip boot.com on install X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=258c4c63730fc4b4e9885b184c53679a10d19221;p=openbsd don't strip boot.com on install --- diff --git a/sys/arch/i386/boot.dos/Makefile b/sys/arch/i386/boot.dos/Makefile index 8dcb7bb0732..8bc3768858c 100644 --- a/sys/arch/i386/boot.dos/Makefile +++ b/sys/arch/i386/boot.dos/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/12/26 10:50:47 mickey Exp $ +# $OpenBSD: Makefile,v 1.3 1996/12/29 19:44:49 graichen Exp $ # $NetBSD: Makefile,v 1.18 1995/03/23 19:46:45 jtc Exp $ # # Ported to boot 386BSD by Julian Elischer (julian@tfs.com) @@ -27,6 +27,7 @@ PROG= boot.com NOMAN= noman +STRIP= S= ${.CURDIR}/../../..