]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/padlock_rng/Makefile
Update libucl to latest version
[FreeBSD/FreeBSD.git] / sys / modules / padlock_rng / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/random
4
5 KMOD=   padlock_rng
6 SRCS=   nehemiah.c
7 SRCS+=  bus_if.h device_if.h
8
9 CFLAGS+= -I${.CURDIR}/../..
10
11 .include <bsd.kmod.mk>