diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-01 21:47:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-01 21:47:20 +0000 |
commit | b46aad8357dae45009deb9e5dba1587527e4cbf9 (patch) | |
tree | 5d5ad90f528b813009b527a65fa2b85f4e6673cd /kerberosIV/libexec/kauthd | |
parent | 12ef3a7757e917d40a89b7fe57d617140042ac33 (diff) |
full library lists, until this gets fixed
Diffstat (limited to 'kerberosIV/libexec/kauthd')
-rw-r--r-- | kerberosIV/libexec/kauthd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kerberosIV/libexec/kauthd/Makefile b/kerberosIV/libexec/kauthd/Makefile index f762c451214..05c6f0e2e7a 100644 --- a/kerberosIV/libexec/kauthd/Makefile +++ b/kerberosIV/libexec/kauthd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/01/09 02:41:18 angelos Exp $ +# $OpenBSD: Makefile,v 1.4 2001/07/01 21:47:08 deraadt Exp $ PROG = kauthd @@ -8,7 +8,8 @@ KRBDEPTH=../.. .PATH: ${KRBSRC}/appl/kauth CFLAGS += -I. -I${KRBSRC}/lib/kadm -I${KRBSRC}/lib/acl -LDADD += ${LIBROKEN} -lkafs -lkrb -ldes +LDADD += -lkafs -lkrb5 -lkrb -lkdb -lkadm -ldes -lasn1 -lcom_err \ + -lacl -lcrypto ${LIBROKEN} SRCS = kauthd.c marshall.c encdata.c |