Add printf and fix error message.
[unix-history] / usr / src / libexec / lfs_cleanerd / Makefile
# @(#)Makefile 5.1 (Berkeley) %G%
PROG= lfs_cleanerd
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} -DVERBOSE
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c
.PATH: /sys/ufs/lfs
LDADD= -lutil -lkvm
DPADD= ${LIBUTIL} ${LIBKVM}
NOMAN= noman
.include <bsd.prog.mk>