summaryrefslogtreecommitdiff
path: root/kerberosIV/kauthd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/kauthd/Makefile')
-rw-r--r--kerberosIV/kauthd/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/kerberosIV/kauthd/Makefile b/kerberosIV/kauthd/Makefile
deleted file mode 100644
index c513ae3de50..00000000000
--- a/kerberosIV/kauthd/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $OpenBSD: Makefile,v 1.2 1998/02/26 00:16:47 art Exp $
-
-.include <bsd.obj.mk>
-
-SRCS= kauthd.c inaddr2str.c mini_inetd.c
-.PATH: ${.CURDIR}/../kauth
-SRCS+= encdata.c marshall.c
-PROG= kauthd
-LDADD+= -lkrb -lkafs -ldes
-DPADD+= ${LIBKRB} ${LIBKAFS}
-CFLAGS+= -I${.CURDIR}/../kauth
-BINDIR=/usr/libexec
-MAN= kauthd.8
-
-.include <bsd.prog.mk>