diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-16 19:27:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-16 19:27:06 +0000 |
commit | f3a27f54b9c46e20ab04d0aad0d3399c17214542 (patch) | |
tree | ae0fb0512b5ca790e59e2a69acd3b874d92fbfc8 /kerberosIV | |
parent | aeba8010367fae5db0fa7b402d3b6603785da2ae (diff) |
please even more architectures. the various linkers we have are just weird
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/libexec/kauthd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/libexec/kauthd/Makefile b/kerberosIV/libexec/kauthd/Makefile index 0336865d695..0e2709b47ec 100644 --- a/kerberosIV/libexec/kauthd/Makefile +++ b/kerberosIV/libexec/kauthd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/02/16 03:11:31 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2002/02/16 19:27:05 deraadt Exp $ PROG = kauthd @@ -8,7 +8,7 @@ KRBDEPTH=../.. .PATH: ${KRBSRC}/appl/kauth CFLAGS += -I. -I${KRBSRC}/lib/kadm -I${KRBSRC}/lib/acl -LDADD += -lkafs -lkrb5 -lkrb -lkdb -lkadm -ldes -lcrypto ${LIBROKEN} +LDADD += -lkafs -lkrb -lkdb -lkadm -lkrb5 -lasn1 -ldes -lcrypto ${LIBROKEN} SRCS = kauthd.c marshall.c encdata.c |