summaryrefslogtreecommitdiffstats
path: root/libexec/lfs_cleanerd/Makefile
blob: cda92366f479f1c58a2a06091a43995042115c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 6/5/93
#	$Id$

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>
OpenPOWER on IntegriCloud