Change DISTRIBUTION to match new world order.

This commit is contained in:
Mark Murray 2000-02-29 11:40:57 +00:00
parent e1a456f0e4
commit 21fd828d7c

View File

@ -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