1994-05-27 12:39:25 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1997-08-22 14:00:57 +00:00
|
|
|
# $Id: Makefile,v 1.7 1997/02/22 14:21:43 peter Exp $
|
1994-05-27 12:39:25 +00:00
|
|
|
|
|
|
|
PROG= lfs_cleanerd
|
1997-08-22 14:00:57 +00:00
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs -I${.CURDIR} ${DEBUG}
|
1994-08-05 21:24:58 +00:00
|
|
|
MAN8= lfs_cleanerd.8
|
1994-05-27 12:39:25 +00:00
|
|
|
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c
|
|
|
|
|
1994-11-18 02:26:15 +00:00
|
|
|
.PATH: ${.CURDIR}/../../sys/ufs/lfs
|
1994-05-27 12:39:25 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|