summaryrefslogtreecommitdiff
path: root/kerberosIV/libexec/kauthd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/libexec/kauthd/Makefile')
-rw-r--r--kerberosIV/libexec/kauthd/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/kerberosIV/libexec/kauthd/Makefile b/kerberosIV/libexec/kauthd/Makefile
deleted file mode 100644
index e3166c39dd76..000000000000
--- a/kerberosIV/libexec/kauthd/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $Id$
-
-PROG= kauthd
-MAN8= ${KRB4DIR}/man/kauthd.8
-SRCS= kauthd.c encdata.c marshall.c
-CFLAGS+= -I${KRB4DIR}/include \
- -I${KRB4DIR}/lib/roken \
- -I${KRB4DIR}/lib/kafs \
- -I${KRB4DIR}/lib/krb \
- -I${KRB4DIR}/appl/kauth
-LDADD= -L${ROKENOBJDIR} -lroken -L${KRBOBJDIR} -lkrb -ldes
-DPADD= ${LIBROKEN} ${LIBKRB} ${LIBDES}
-
-.include <bsd.prog.mk>
-
-.PATH: ${KRB4DIR}/appl/kauth