summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1997-09-02 21:58:20 +0000
committermickey <mickey@openbsd.org>1997-09-02 21:58:20 +0000
commit011039362c7a4e6711fd813d82574aa5c6bbdeae (patch)
tree54aaa831f9e44730a1a61e689c0a27416d689b9d
parentcorrect spelling (diff)
downloadwireguard-openbsd-011039362c7a4e6711fd813d82574aa5c6bbdeae.tar.xz
wireguard-openbsd-011039362c7a4e6711fd813d82574aa5c6bbdeae.zip
strip on install
-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}/..