1# $FreeBSD: stable/9/lib/libdevinfo/Makefile 201381 2010-01-02 09:58:07Z ed $ 2 3LIB= devctl 4INCS= consumer.h \ 5 event.h \ 6 event_buffer.h \ 7 event_factory.h \ 8 exception.h \ 9 guid.h \ 10 reader.h 11SRCS= consumer.cc \ 12 event.cc \ 13 event_buffer.cc \ 14 event_factory.cc \ 15 exception.cc \ 16 guid.cc \ 17 reader.cc 18 19INCSDIR= ${INCLUDEDIR}/devctl 20 21WARNS?= 3 22 23.include <bsd.lib.mk> 24