]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/padlock_rng/Makefile
MFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES) objects
[FreeBSD/FreeBSD.git] / sys / modules / padlock_rng / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/random
4
5 KMOD=   padlock_rng
6 SRCS=   nehemiah.c
7 SRCS+=  bus_if.h device_if.h
8
9 CFLAGS+= -I${SRCTOP}/sys
10
11 .include <bsd.kmod.mk>