mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
a1e0a00fd2
OK'ed by: phk
12 lines
212 B
Makefile
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>
|