mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= devfs
|
|
SRCS= devfs.c rule.c
|
|
MAN= devfs.8
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|