Makefile revision 278320
1# $FreeBSD: head/lib/libdevctl/Makefile 278320 2015-02-06 16:09:01Z jhb $
2
3LIB=	devctl
4SRCS=	devctl.c
5INCS=	devctl.h
6MAN=	devctl.3
7
8.include <bsd.lib.mk>
9