568123e100
This simplifies make output MFC after: 1 week Sponsored by: Dell EMC Isilon
16 lines
201 B
Makefile
16 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fifolog_writer
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/lib
|
|
|
|
MAN=
|
|
|
|
LIBADD= fifolog
|
|
|
|
regress:
|
|
date | ./${PROG} -z 0 /tmp/fifolog.0
|
|
lptest 65 | ./${PROG} -z 9 /tmp/fifolog.1
|
|
|
|
.include <bsd.prog.mk>
|