diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-09 16:45:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-09 16:45:34 +0000 |
commit | 5260f6d9c67d762a19abdadc0124bbcf65385f71 (patch) | |
tree | efb6e2c7ba583e99649e3db10829cfcdb887f139 /kerberosIV/usr.sbin/kstash | |
parent | 833f252457ba0ce315c35976fc99491c1320404e (diff) |
too bad you are wrong. these binaries must link on powerpc and alpha, and you just broke them again
Diffstat (limited to 'kerberosIV/usr.sbin/kstash')
-rw-r--r-- | kerberosIV/usr.sbin/kstash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/usr.sbin/kstash/Makefile b/kerberosIV/usr.sbin/kstash/Makefile index 8df99f10a33..0a73f39b2d0 100644 --- a/kerberosIV/usr.sbin/kstash/Makefile +++ b/kerberosIV/usr.sbin/kstash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/07/09 09:44:31 hin Exp $ +# $OpenBSD: Makefile,v 1.6 2001/07/09 16:45:33 deraadt Exp $ PROG = kstash @@ -8,7 +8,7 @@ KRBDEPTH=../.. .PATH: ${KRBSRC}/admin CFLAGS += -I. -I${KRBSRC}/lib/kadm -I${KRBSRC}/lib/kdb -LDADD += ${LIBROKEN} -lkafs -lkdb -lkrb -ldes +LDADD += -lkafs -lkrb5 -lkrb -lkdb -ldes -lcrypto -lasn1 ${LIBROKEN} SRCS = kstash.c |