]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libdevinfo/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libdevinfo / Makefile
1 # $FreeBSD$
2
3 LIB=    devinfo
4 SRCS=   devinfo.c
5 INCS=   devinfo.h
6 MAN=    devinfo.3
7
8 WARNS?= 3
9
10 .include <bsd.lib.mk>