aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-28 16:58:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-28 16:58:35 +0000
commit4cf39050cceb73c71a3829b0dd86442534d7aecb (patch)
tree13f7c99908b38e6fd52078e664b48e4ecbc83b18 /sbin/init
parent3f628ce11296b69e57205a7a6302d7f7d6758636 (diff)
Notes
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index a48e90c64c271..400d623615728 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -5,15 +5,9 @@ PROG= init
MAN= init.8
MLINKS= init.8 securelevel.8
BINMODE=500
-INSTALLFLAGS=-fschg
+INSTALLFLAGS=-fschg -b -B.bak
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
DPADD= ${LIBUTIL} ${LIBCRYPT}
LDADD= -lutil -lcrypt
-beforeinstall:
-.if exists(${DESTDIR}${BINDIR}/${PROG})
- -chflags noschg ${DESTDIR}${BINDIR}/${PROG}
- mv ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}${BINDIR}/${PROG}.bak
-.endif
-
.include <bsd.prog.mk>