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:
Mark Murray 1995-10-01 15:12:47 +00:00
parent 6d753bdd67
commit 090bf93cd1

View file

@ -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>