summaryrefslogtreecommitdiff
path: root/kerberosIV/kauthd/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-02-18 07:10:26 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-02-18 07:10:26 +0000
commita73cbc45cf7e5cc6015d5ab6de6532fa5f7c0264 (patch)
tree07383f4e01e45b3803840a9194fcb8c0bb0130d8 /kerberosIV/kauthd/Makefile
parentbb8b94c34f769ccbb4d124ce2eb111f9bc13eca2 (diff)
kauth deamon for getting tickets on a remote machine. from kth-krb.0.9.8
Diffstat (limited to 'kerberosIV/kauthd/Makefile')
-rw-r--r--kerberosIV/kauthd/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/kerberosIV/kauthd/Makefile b/kerberosIV/kauthd/Makefile
new file mode 100644
index 00000000000..eecc7182bfa
--- /dev/null
+++ b/kerberosIV/kauthd/Makefile
@@ -0,0 +1,13 @@
+# $OpenBSD: Makefile,v 1.1 1998/02/18 07:10:23 art Exp $
+
+.include <bsd.obj.mk>
+
+SRCS= ../kauth/encdata.c kauthd.c ../kauth/marshall.c inaddr2str.c mini_inetd.c
+PROG= kauthd
+LDADD+= -lkrb -lkafs -ldes
+DPADD+= ${LIBKRB} ${LIBKAFS}
+CFLAGS+= -I${.CURDIR}/../kauth
+BINDIR=/usr/libexec
+MAN= kauthd.8
+
+.include <bsd.prog.mk>