summaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-09-25 16:09:10 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-09-25 16:09:10 +0000
commit5db2d48fc43ceb6bc5e0c7ccf4ac8ffb9399015b (patch)
tree82eacdbd827c040de248070f5717e726cb3a7937 /sbin/init
parent730210fb459fe752d9e069647d1596a27db2dfeb (diff)
there's no need to keep init secret these days, and the (unused)
immutable flags would just be a pita. remove custom bin mode.
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/Makefile4
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>