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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57623

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