8 lines
122 B
Makefile
8 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= lib .WAIT \
|
|
fifolog_create fifolog_writer fifolog_reader
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|