1994-06-08 22:42:09 +04:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1994-08-04 00:46:47 +04:00
|
|
|
# $Id: Makefile,v 1.2 1994/08/03 20:46:47 deraadt Exp $
|
1994-06-08 22:42:09 +04:00
|
|
|
|
|
|
|
PROG= lfs_cleanerd
|
1994-08-04 00:46:47 +04:00
|
|
|
CFLAGS+=-I${.CURDIR} -DDIAGNOSTIC
|
1994-06-08 22:42:09 +04:00
|
|
|
MAN8= lfs_cleanerd.0
|
|
|
|
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c
|
|
|
|
|
1994-08-04 00:46:47 +04:00
|
|
|
.PATH: ${.CURDIR}/../../sys/ufs/lfs
|
1994-06-08 22:42:09 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|