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