diff options
author | markm <markm@FreeBSD.org> | 2000-02-29 11:40:57 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-29 11:40:57 +0000 |
commit | 639eb378dca0cee4e99e3f487c059c07743c09cb (patch) | |
tree | b19f7a09f6dec7f3a4d7ce16f2bb224be8746def /sbin/init/Makefile | |
parent | f104341c5c207077898e221e85115039f0322b72 (diff) | |
download | FreeBSD-src-639eb378dca0cee4e99e3f487c059c07743c09cb.zip FreeBSD-src-639eb378dca0cee4e99e3f487c059c07743c09cb.tar.gz |
Change DISTRIBUTION to match new world order.
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r-- | sbin/init/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 645736d..f40061e 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 |