]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/kgssapi_krb5/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / kgssapi_krb5 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../kgssapi/krb5
4 KMOD=   kgssapi_krb5
5
6 SRCS=   krb5_mech.c \
7         kcrypto.c \
8         kcrypto_des.c \
9         kcrypto_des3.c \
10         kcrypto_aes.c \
11         kcrypto_arcfour.c
12
13 SRCS+=          kgss_if.h gssd.h
14 MFILES=         kgssapi/kgss_if.m
15
16 S=              ${.CURDIR}/../..
17
18 gssd.h:         $S/kgssapi/gssd.x
19         rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h
20
21 .include <bsd.kmod.mk>