From 21fd828d7c658ce3c72808959985391543adaa49 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 29 Feb 2000 11:40:57 +0000 Subject: [PATCH] Change DISTRIBUTION to match new world order. --- sbin/init/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 645736dd2dc8..f40061e22a8d 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -8,7 +8,7 @@ INSTALLFLAGS=-fschg CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) -DISTRIBUTION=des +DISTRIBUTION=crypto DPADD= ${LIBUTIL} ${DESCRYPTOBJDIR}/libdescrypt.a LDADD= -lutil -L${DESCRYPTOBJDIR} -ldescrypt .else