summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-02 21:58:21 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-02 21:58:21 +0000
commitf3870775c4bccd46e64cfc47ea5ebe1e68629556 (patch)
tree9e71810aa2610769437bdc65475b191b068b5dae /sys/arch
parentb3b32182cf7f8c57f2f77357334b6219d7b273c9 (diff)
strip on install
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/stand/boot/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index 4791a6a0b4d..26e66918800 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 1997/09/02 21:18:12 mickey Exp $
+# $OpenBSD: Makefile,v 1.13 1997/09/02 21:58:20 mickey Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c conf.c
@@ -6,7 +6,6 @@ SRCS= srt0.S boot.c cmd.c conf.c
# AFLAGS+=-Wa,-a
LD=ld
LDFLAGS+=-nostdlib -Ttext $(LINKADDR) -z -x -Bstatic
-INSTALL_STRIP=
MAN= boot.8
S =${.CURDIR}/../../../..
SADIR= ${.CURDIR}/..