summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/ia64/ski/Makefile1
-rw-r--r--sys/boot/ia64/skiload/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile
index 8ba596a..5d89340 100644
--- a/sys/boot/ia64/ski/Makefile
+++ b/sys/boot/ia64/ski/Makefile
@@ -6,6 +6,7 @@ PROG= skiload
NOMAN=
NEWVERSWHAT= "ia64 SKI boot" ${MACHINE_ARCH}
BINDIR?= /boot
+STRIP= # We must not strip skiload at install time.
SRCS+= conf.c main.c start.S
diff --git a/sys/boot/ia64/skiload/Makefile b/sys/boot/ia64/skiload/Makefile
index 8ba596a..5d89340 100644
--- a/sys/boot/ia64/skiload/Makefile
+++ b/sys/boot/ia64/skiload/Makefile
@@ -6,6 +6,7 @@ PROG= skiload
NOMAN=
NEWVERSWHAT= "ia64 SKI boot" ${MACHINE_ARCH}
BINDIR?= /boot
+STRIP= # We must not strip skiload at install time.
SRCS+= conf.c main.c start.S
OpenPOWER on IntegriCloud