summaryrefslogtreecommitdiff
path: root/sys/arch/landisk/conf
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2017-08-12 20:26:12 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2017-08-12 20:26:12 +0000
commite61dc1cee63f6c8912df0ea44e062727eecfa9f1 (patch)
treea7bcf1106e06055a359d8ad482c120bec0e6ccd2 /sys/arch/landisk/conf
parentbf4d206e7a7157175ddd0cb90dde0539e552b5b7 (diff)
Use ctfstrip(1) by default to strip kernels.
ok deraadt@, jasper@
Diffstat (limited to 'sys/arch/landisk/conf')
-rw-r--r--sys/arch/landisk/conf/Makefile.landisk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk
index c570cb90264..158eac92884 100644
--- a/sys/arch/landisk/conf/Makefile.landisk
+++ b/sys/arch/landisk/conf/Makefile.landisk
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.landisk,v 1.72 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.landisk,v 1.73 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S