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