From b6729ee0c275a4a756fa426ab5a53a719fcaaadd Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 13 Feb 1996 09:12:10 +0000 Subject: [PATCH] The DES-based init(8) belongs to the "des" distribution. --- sbin/init/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/init/Makefile b/sbin/init/Makefile index d29874ff6d49..b3b970c77475 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id$ +# $Id: Makefile,v 1.5 1995/10/03 15:11:11 bde Exp $ PROG= init MAN8= init.8 @@ -10,6 +10,7 @@ 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