The DES-based init(8) belongs to the "des" distribution.
This commit is contained in:
parent
fa2e3e4891
commit
b6729ee0c2
@ -1,5 +1,5 @@
|
|||||||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||||
# $Id$
|
# $Id: Makefile,v 1.5 1995/10/03 15:11:11 bde Exp $
|
||||||
|
|
||||||
PROG= init
|
PROG= init
|
||||||
MAN8= init.8
|
MAN8= init.8
|
||||||
@ -10,6 +10,7 @@ INSTALLFLAGS=-fschg
|
|||||||
CFLAGS+=-DDEBUGSHELL -DSECURE
|
CFLAGS+=-DDEBUGSHELL -DSECURE
|
||||||
|
|
||||||
.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
||||||
|
DISTRIBUTION=des
|
||||||
DPADD= ${CRYPTOBJDIR}/libdescrypt.a ${LIBUTIL}
|
DPADD= ${CRYPTOBJDIR}/libdescrypt.a ${LIBUTIL}
|
||||||
LDADD= -L${CRYPTOBJDIR} -lutil -ldescrypt
|
LDADD= -L${CRYPTOBJDIR} -lutil -ldescrypt
|
||||||
BINMODE=500
|
BINMODE=500
|
||||||
|
Loading…
Reference in New Issue
Block a user