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