From eec2e11d22281005192bbd9cc6f209ecd225a296 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Sat, 16 Sep 2000 18:26:11 +0000 Subject: Fix build issue for powerpc. This is a workaround for des_* references found in libkrb.so.9.0. The correct solution needs to be worked on. OKed by theo. --- kerberosIV/usr.bin/pagsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kerberosIV/usr.bin') diff --git a/kerberosIV/usr.bin/pagsh/Makefile b/kerberosIV/usr.bin/pagsh/Makefile index 4e6e17558f5..6b6e454383b 100644 --- a/kerberosIV/usr.bin/pagsh/Makefile +++ b/kerberosIV/usr.bin/pagsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2000/02/25 16:35:32 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2000/09/16 18:26:10 rahnds Exp $ PROG = pagsh @@ -8,7 +8,7 @@ KRBDEPTH=../.. .PATH: ${KRBSRC}/appl/afsutil CFLAGS += -I. -LDADD += ${LIBROKEN} -lkrb -lkafs +LDADD += ${LIBROKEN} -lkrb -lkafs -lcrypto SRCS = pagsh.c -- cgit v1.2.3