mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
134cd96fec
sure that doesn't change.
9 lines
93 B
Makefile
9 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= devfs
|
|
SRCS= devfs.c rule.c
|
|
MAN= devfs.8
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|