diff options
author | 2015-09-25 16:09:09 +0000 | |
---|---|---|
committer | 2015-09-25 16:09:09 +0000 | |
commit | cc8b96b9b1c2fb758c54233c35236bead1817fcf (patch) | |
tree | e44037c0947fefb48322c6809ea434df943a0841 | |
parent | Disable IPS for now. Identified by jsg@ as the cause for the unsynched (diff) | |
download | wireguard-openbsd-cc8b96b9b1c2fb758c54233c35236bead1817fcf.tar.xz wireguard-openbsd-cc8b96b9b1c2fb758c54233c35236bead1817fcf.zip |
there's no need to keep init secret these days, and the (unused)
immutable flags would just be a pita. remove custom bin mode.
-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 c14a81347da..a40009098f7 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2015/03/18 19:55:52 pascal Exp $ +# $OpenBSD: Makefile,v 1.9 2015/09/25 16:09:09 tedu Exp $ PROG= init MAN= init.8 DPADD= ${LIBUTIL} LDADD= -lutil -BINMODE=500 -INSTALLFLAGS=-fschg CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP .include <bsd.prog.mk> |