mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make this make work the same way as passwd and xntpd. Here it will allow
secure/sbin/init to be cleaned out, and sbin/Makefile to be tidied up.
This commit is contained in:
parent
6d753bdd67
commit
090bf93cd1
1 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||
# $id$
|
||||
|
||||
PROG= init
|
||||
MAN8= init.8
|
||||
|
|
@ -8,4 +9,10 @@ BINMODE=500
|
|||
INSTALLFLAGS=-fschg
|
||||
CFLAGS+=-DDEBUGSHELL -DSECURE
|
||||
|
||||
.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
||||
DPADD= ${CRYPTOBJDIR}/libdescrypt.a ${LIBUTIL}
|
||||
LDADD= -L${CRYPTOBJDIR} -lutil -ldescrypt
|
||||
BINMODE=500
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue