Makefile revision 176998
1# $FreeBSD: head/usr.sbin/fifolog/Makefile 176998 2008-03-09 19:14:36Z phk $
2
3VERSION_MAJOR = 1
4VERSION_MINOR = 1
5
6SUBDIR	=	lib fifolog_create fifolog_writer fifolog_reader
7
8.include <bsd.subdir.mk>
9
10test:	_SUBDIR
11