]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/rdrand_rng/Makefile
MFV 354917, 354918, 354919
[FreeBSD/FreeBSD.git] / sys / modules / rdrand_rng / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/random
4
5 KMOD=   rdrand_rng
6 SRCS=   ivy.c
7 SRCS+=  bus_if.h device_if.h
8
9 CFLAGS+= -I${SRCTOP}/sys
10
11 .include <bsd.kmod.mk>