summaryrefslogtreecommitdiff
path: root/sys/arch/i386/boot.dos
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1996-12-29 19:44:50 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1996-12-29 19:44:50 +0000
commit3240f832e4667e9167227857e7bad846b0bcb1dd (patch)
treef313157e585167fbe71e2dc17cc9c1a7d669ba7b /sys/arch/i386/boot.dos
parent4f578e36538a39081ba737b8c71322235e03e58f (diff)
don't strip boot.com on install
Diffstat (limited to 'sys/arch/i386/boot.dos')
-rw-r--r--sys/arch/i386/boot.dos/Makefile3
1 files changed, 2 insertions, 1 deletions
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}/../../..