summaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-08-01 06:37:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-08-01 06:37:01 +0000
commit39944d46dbaf51c51b9c5549fa3a206ea31d4179 (patch)
tree7697d7e2c5060e3b8a577f9677d3ef9fa99ba94c /sbin/init
parent87b0c557721d156bd94f676a1614cf36df3d0d69 (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 a48e90c64c27..400d62361572 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>