]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ow/ow/Makefile
Merge clang trunk r300422 and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / modules / ow / ow / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/ow
4
5 KMOD=   ow
6 SRCS=   ow.c
7 SRCS+=  own_if.c own_if.h owll_if.c owll_if.h bus_if.h device_if.h
8
9 .include <bsd.kmod.mk>