head	1.9;
access;
symbols
	RELENG_2_2_8_RELEASE:1.5.2.2
	RELENG_2_2_7_RELEASE:1.5.2.2
	RELENG_2_2_6_RELEASE:1.5.2.1
	RELENG_2_2_5_RELEASE:1.5.2.1
	bsd_44_lite_2:1.1.1.1
	RELENG_2_2_2_RELEASE:1.5
	RELENG_2_2_1_RELEASE:1.5
	RELENG_2_2_0_RELEASE:1.5
	RELENG_2_1_7_RELEASE:1.4
	RELENG_2_1_6_1_RELEASE:1.4
	RELENG_2_1_6_RELEASE:1.4
	RELENG_2_2:1.5.0.2
	RELENG_2_2_BP:1.5
	RELENG_2_1_5_RELEASE:1.4
	RELENG_2_1_0_RELEASE:1.4
	RELENG_2_1_0:1.4.0.4
	RELENG_2_1_0_BP:1.4
	RELENG_2_0_5_RELEASE:1.4
	RELENG_2_0_5:1.4.0.2
	RELENG_2_0_5_BP:1.4
	RELENG_2_0_5_ALPHA:1.4
	RELEASE_2_0:1.3
	BETA_2_0:1.3
	ALPHA_2_0:1.2.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.9
date	98.01.30.12.36.06;	author phk;	state dead;
branches;
next	1.8;

1.8
date	97.08.22.14.00.57;	author jmg;	state Exp;
branches;
next	1.7;

1.7
date	97.02.22.14.21.43;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	97.01.14.06.19.39;	author jkh;	state Exp;
branches;
next	1.5;

1.5
date	96.09.22.21.53.40;	author wosch;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	95.01.04.23.54.01;	author gibbs;	state Exp;
branches;
next	1.3;

1.3
date	94.11.18.02.26.15;	author phk;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.21.24.44;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.05.27.12.39.17;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.12.39.18;	author rgrimes;	state Exp;
branches;
next	;

1.5.2.1
date	97.08.25.12.47.27;	author jmg;	state Exp;
branches;
next	1.5.2.2;

1.5.2.2
date	98.07.19.06.20.25;	author jkh;	state dead;
branches;
next	;


desc
@@


1.9
log
@Remove lfs_cleanerd
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/5/93
#	$Id: Makefile,v 1.8 1997/08/22 14:00:57 jmg Exp $

PROG=	lfs_cleanerd
CFLAGS+=-I${.CURDIR}/../../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>
@


1.8
log
@change -I/sys to -I${.CURDIR}/../../sys
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.7 1997/02/22 14:21:43 peter Exp $
@


1.7
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
#	$Id$
d5 1
a5 1
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG}
@


1.6
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d2 1
a2 1
#	$FreeBSD$
@


1.5
log
@add forgotten $Id$
@
text
@d2 1
a2 1
#	$Id$
@


1.5.2.1
log
@MFC: -I/sys fix
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1996/09/22 21:53:40 wosch Exp $
d5 1
a5 1
CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs -I${.CURDIR} ${DEBUG}
@


1.5.2.2
log
@Nuke broken LFS code.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5.2.1 1997/08/25 12:47:27 jmg Exp $
@


1.4
log
@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).
@
text
@d2 1
@


1.3
log
@Relativized a ".PATH:" directive.
@
text
@d4 1
a4 1
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} -DDIAGNOSTIC
@


1.2
log
@Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
@
text
@d8 1
a8 1
.PATH:	/sys/ufs/lfs
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
MAN8=	lfs_cleanerd.0
@


1.1.1.1
log
@BSD 4.4 Lite Libexec Sources
@
text
@@
