freebsd-dev/libexec/lfs_cleanerd/Makefile
Justin T. Gibbs b77430dcb0 Remove -DDIAGNOSTIC in makefile. The DIAGNOSTIC code is severly broken and
will change if I have more time to look at it.  Keep at least 5 segments
cleaned if possible (instead of 2 which is a bare minimum for FS operation).
1995-01-04 23:54:06 +00:00

11 lines
238 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= lfs_cleanerd
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG}
MAN8= lfs_cleanerd.8
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c
.PATH: ${.CURDIR}/../../sys/ufs/lfs
.include <bsd.prog.mk>