summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpascal <pascal@openbsd.org>2015-03-18 19:55:52 +0000
committerpascal <pascal@openbsd.org>2015-03-18 19:55:52 +0000
commit1a0a2ddc2e820d0a9aa6d192e0c2e2da0b67472d (patch)
tree15449705120388195a505bc6f4b79dde5ebe4cb2
parentRevert 1.52, per the comment above the incorrectly changed line. Reduces the (diff)
downloadwireguard-openbsd-1a0a2ddc2e820d0a9aa6d192e0c2e2da0b67472d.tar.xz
wireguard-openbsd-1a0a2ddc2e820d0a9aa6d192e0c2e2da0b67472d.zip
Make init(8) static PIE.
ok deraadt@
-rw-r--r--sbin/init/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 1536d009758..c14a81347da 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,6 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2002/06/09 08:13:06 todd Exp $
-
-STATIC= -static
+# $OpenBSD: Makefile,v 1.8 2015/03/18 19:55:52 pascal Exp $
PROG= init
MAN= init.8