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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user