406d87b1c3
Sponsored by: The FreeBSD Foundation
9 lines
99 B
Makefile
9 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= devfs
|
|
SRCS= devfs.c rule.c
|
|
MAN= devfs.8
|
|
|
|
.include <bsd.prog.mk>
|