freebsd-dev/usr.sbin/fifolog/lib/Makefile
Ruslan Ermilov a1e0a00fd2 Clean up makefiles and a manpage.
OK'ed by:	phk
2008-04-10 14:02:00 +00:00

12 lines
212 B
Makefile

# $FreeBSD$
LIB= fifolog
INTERNALLIB= # API not published or supported.
SRCS= fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
SRCS+= getdate.y
CFLAGS+= -I${.CURDIR}
.include <bsd.lib.mk>