Deleted Added
full compact
Makefile (184588) Makefile (223309)
1# $FreeBSD: head/sys/modules/kgssapi_krb5/Makefile 184588 2008-11-03 10:38:00Z dfr $
1# $FreeBSD: head/sys/modules/kgssapi_krb5/Makefile 223309 2011-06-19 22:08:55Z rmacklem $
2
3.PATH: ${.CURDIR}/../../kgssapi/krb5
4KMOD= kgssapi_krb5
5
6SRCS= krb5_mech.c \
7 kcrypto.c \
8 kcrypto_des.c \
9 kcrypto_des3.c \
10 kcrypto_aes.c \
2
3.PATH: ${.CURDIR}/../../kgssapi/krb5
4KMOD= kgssapi_krb5
5
6SRCS= krb5_mech.c \
7 kcrypto.c \
8 kcrypto_des.c \
9 kcrypto_des3.c \
10 kcrypto_aes.c \
11 kcrypto_arcfour.c
11 kcrypto_arcfour.c \
12 opt_inet6.h
12
13SRCS+= kgss_if.h gssd.h
14MFILES= kgssapi/kgss_if.m
15
16S= ${.CURDIR}/../..
17
18gssd.h: $S/kgssapi/gssd.x
19 rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h
20
21.include <bsd.kmod.mk>
13
14SRCS+= kgss_if.h gssd.h
15MFILES= kgssapi/kgss_if.m
16
17S= ${.CURDIR}/../..
18
19gssd.h: $S/kgssapi/gssd.x
20 rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h
21
22.include <bsd.kmod.mk>