summaryrefslogtreecommitdiffstats
path: root/kerberosIV/libexec/kipd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/libexec/kipd/Makefile')
-rw-r--r--kerberosIV/libexec/kipd/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/kerberosIV/libexec/kipd/Makefile b/kerberosIV/libexec/kipd/Makefile
deleted file mode 100644
index 3c3d2a7..0000000
--- a/kerberosIV/libexec/kipd/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-PROG= kipd
-NOMAN= yes
-SRCS= kipd.c common.c
-CFLAGS+= -I${KRB4DIR}/include \
- -I${KRB4DIR}/lib/roken \
- -I${KRB4DIR}/lib/krb \
- -I${KRB4DIR}/appl/kip
-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/kip
OpenPOWER on IntegriCloud