]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/geom/class/eli/Makefile
Explicitly add more files to the 'runtime' package.
[FreeBSD/FreeBSD.git] / sbin / geom / class / eli / Makefile
1 # $FreeBSD$
2
3 PACKAGE=runtime
4 .PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/eli ${.CURDIR}/../../../../sys/crypto/sha2
5
6 GEOM_CLASS=     eli
7 SRCS=   g_eli_crypto.c
8 SRCS+=  g_eli_hmac.c
9 SRCS+=  g_eli_key.c
10 SRCS+=  pkcs5v2.c
11 SRCS+=  sha256c.c
12 SRCS+=  sha512c.c
13
14 LIBADD= md crypto
15
16 WARNS?= 3
17
18 CFLAGS+=-I${.CURDIR}/../../../../sys
19
20 .include <bsd.lib.mk>