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_factory.h \ 7 exception.h \ 8 guid.h 9SRCS= consumer.cc \ 10 event.cc \ 11 event_factory.cc \ 12 exception.cc \ 13 guid.cc 14 15INCSDIR= ${INCLUDEDIR}/devctl 16 17WARNS?= 3 18 19.include <bsd.lib.mk> 20