diff options
author | 2002-02-16 03:11:31 +0000 | |
---|---|---|
committer | 2002-02-16 03:11:31 +0000 | |
commit | 8b0a617ee3fa619d9ace34f602a29724b9d4861e (patch) | |
tree | dd4f73dd13a8cca41d64972ebde846ae08e792a6 | |
parent | dma_cachectl() no more (diff) | |
download | wireguard-openbsd-8b0a617ee3fa619d9ace34f602a29724b9d4861e.tar.xz wireguard-openbsd-8b0a617ee3fa619d9ace34f602a29724b9d4861e.zip |
remove some libraries, hides vax ld bug too
-rw-r--r-- | kerberosIV/libexec/kauthd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kerberosIV/libexec/kauthd/Makefile b/kerberosIV/libexec/kauthd/Makefile index af927fffe0d..0336865d695 100644 --- a/kerberosIV/libexec/kauthd/Makefile +++ b/kerberosIV/libexec/kauthd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2001/07/09 16:45:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2002/02/16 03:11:31 deraadt Exp $ PROG = kauthd @@ -8,8 +8,7 @@ KRBDEPTH=../.. .PATH: ${KRBSRC}/appl/kauth CFLAGS += -I. -I${KRBSRC}/lib/kadm -I${KRBSRC}/lib/acl -LDADD += -lkafs -lkrb5 -lkrb -lkdb -lkadm -ldes -lasn1 -lcom_err \ - -lacl -lcrypto ${LIBROKEN} +LDADD += -lkafs -lkrb5 -lkrb -lkdb -lkadm -ldes -lcrypto ${LIBROKEN} SRCS = kauthd.c marshall.c encdata.c |