freebsd-dev/usr.sbin/fifolog/lib/Makefile
Bryan Drewery 7aab86d59d For INTERNALLIB always add in the corresponding _DP_ and use LIBADD in
the real build file.

This lessens the need to define DPADD_<lib> and LDADD_<lib> to just very
special cases.

Sponsored by:	EMC / Isilon Storage Division
2015-12-04 03:17:17 +00:00

15 lines
258 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}
LIBADD= z
NO_WMISSING_VARIABLE_DECLARATIONS=
.include <bsd.lib.mk>