1# $FreeBSD$
2
3PROG=	devfs
4SRCS=	devfs.c rule.c
5MAN=	devfs.8
6
7.include <bsd.prog.mk>
8