diff options
author | 2015-03-18 19:55:52 +0000 | |
---|---|---|
committer | 2015-03-18 19:55:52 +0000 | |
commit | 1a0a2ddc2e820d0a9aa6d192e0c2e2da0b67472d (patch) | |
tree | 15449705120388195a505bc6f4b79dde5ebe4cb2 | |
parent | Revert 1.52, per the comment above the incorrectly changed line. Reduces the (diff) | |
download | wireguard-openbsd-1a0a2ddc2e820d0a9aa6d192e0c2e2da0b67472d.tar.xz wireguard-openbsd-1a0a2ddc2e820d0a9aa6d192e0c2e2da0b67472d.zip |
Make init(8) static PIE.
ok deraadt@
-rw-r--r-- | sbin/init/Makefile | 4 |
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 |