mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
fifolog_writer does not depend on libutil
This commit is contained in:
parent
1a75e3b20f
commit
10b5ed75fb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274176
@ -6,8 +6,8 @@ CFLAGS+= -I${.CURDIR}/../lib
|
||||
|
||||
MAN=
|
||||
|
||||
DPADD= ${LIBFIFOLOG} ${LIBUTIL} ${LIBZ}
|
||||
LDADD= ${LIBFIFOLOG} -lutil -lz
|
||||
DPADD= ${LIBFIFOLOG} ${LIBZ}
|
||||
LDADD= ${LIBFIFOLOG} -lz
|
||||
|
||||
regress:
|
||||
date | ./${PROG} -z 0 /tmp/fifolog.0
|
||||
|
Loading…
Reference in New Issue
Block a user