summaryrefslogtreecommitdiffstats
path: root/kerberosIV/libexec/kauthd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/libexec/kauthd/Makefile')
-rw-r--r--kerberosIV/libexec/kauthd/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/kerberosIV/libexec/kauthd/Makefile b/kerberosIV/libexec/kauthd/Makefile
deleted file mode 100644
index 83cd7cb..0000000
--- a/kerberosIV/libexec/kauthd/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-PROG= kauthd
-MAN= ${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 -lcrypto -lcrypt \
- -lcom_err
-DPADD= ${LIBROKEN} ${LIBKRB} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
-
-.include <bsd.prog.mk>
-
-.PATH: ${KRB4DIR}/appl/kauth
OpenPOWER on IntegriCloud