mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
11 lines
149 B
Makefile
11 lines
149 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
VERSION_MAJOR = 1
|
||
|
VERSION_MINOR = 1
|
||
|
|
||
|
SUBDIR = lib fifolog_create fifolog_writer fifolog_reader
|
||
|
|
||
|
.include <bsd.subdir.mk>
|
||
|
|
||
|
test: _SUBDIR
|