diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-09-19 22:26:02 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-09-19 22:26:02 +0000 |
commit | f7f09ffb6c7cd96397de32b2e534ddff431e6791 (patch) | |
tree | 634c76462ac83d2f700968cb5c65007ba145093e /usr.bin/passwd/Makefile | |
parent | 105b74f110bf27b328e783430121720c62648228 (diff) |
Change edistribution to krb4 in preaparation for K5
Notes
Notes:
svn path=/head/; revision=51436
Diffstat (limited to 'usr.bin/passwd/Makefile')
-rw-r--r-- | usr.bin/passwd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 8b99b28691ce..9b6de34cce73 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -64,7 +64,7 @@ CFLAGS+= -DKERBEROS # XXX not defined: ${LIBKADM}, ${LIBCOM_ERR} DPADD= ${LIBKADM} ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBRPCSVC} ${LIBCOM_ERR} ${LIBUTIL} LDADD= -lkadm -lkrb -ldes -lcrypt -lrpcsvc -lcom_err -lutil -DISTRIBUTION= krb +DISTRIBUTION= krb4 .endif beforeinstall: |