summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gssd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/gssd/Makefile')
-rw-r--r--usr.sbin/gssd/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/usr.sbin/gssd/Makefile b/usr.sbin/gssd/Makefile
deleted file mode 100644
index 4faaf2d..0000000
--- a/usr.sbin/gssd/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-PROG= gssd
-MAN= gssd.8
-SRCS= gssd.c gssd.h gssd_svc.c gssd_xdr.c gssd_prot.c
-
-CFLAGS+= -I.
-WARNS?= 1
-
-LIBADD= gssapi
-.if ${MK_KERBEROS_SUPPORT} != "no"
-LIBADD+= krb5 roken
-.else
-CFLAGS+= -DWITHOUT_KERBEROS
-.endif
-
-CLEANFILES= gssd_svc.c gssd_xdr.c gssd.h
-
-RPCSRC= ${.CURDIR}/../../sys/kgssapi/gssd.x
-RPCGEN= RPCGEN_CPP=${CPP:Q} rpcgen -L -C -M
-
-gssd_svc.c: ${RPCSRC} gssd.h
- ${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
-
-gssd_xdr.c: ${RPCSRC} gssd.h
- ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
-
-gssd.h: ${RPCSRC}
- ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
-
-.PATH: ${.CURDIR}/../../sys/kgssapi
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud