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