1# $FreeBSD$ 2 3PACKAGE=lib${LIB} 4LIB= devinfo 5SRCS= devinfo.c 6INCS= devinfo.h 7MAN= devinfo.3 8 9WARNS?= 3 10 11.include <bsd.lib.mk> 12