Better method of choosing libdescrypt/libscrypt.
This commit is contained in:
parent
b961de8ebf
commit
24136561dc
@ -1,19 +1,19 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||
# $Id: Makefile,v 1.5 1995/10/03 15:11:11 bde Exp $
|
||||
# $Id: Makefile,v 1.6 1996/02/13 09:12:10 joerg Exp $
|
||||
|
||||
PROG= init
|
||||
MAN8= init.8
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil -lcrypt
|
||||
BINMODE=500
|
||||
INSTALLFLAGS=-fschg
|
||||
CFLAGS+=-DDEBUGSHELL -DSECURE
|
||||
|
||||
.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
||||
DISTRIBUTION=des
|
||||
DPADD= ${CRYPTOBJDIR}/libdescrypt.a ${LIBUTIL}
|
||||
LDADD= -L${CRYPTOBJDIR} -lutil -ldescrypt
|
||||
BINMODE=500
|
||||
DPADD= ${DESCRYPTOBJDIR}/libdescrypt.a ${LIBUTIL}
|
||||
LDADD= -L${DESCRYPTOBJDIR} -lutil -ldescrypt
|
||||
.else
|
||||
DPADD= ${SCRYPTOBJDIR}/libscrypt.a ${LIBUTIL}
|
||||
LDADD= -L${SCRYPTOBJDIR} -lutil -lscrypt
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user