head	1.4;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3.6.1
	RELENG_2_2_7_RELEASE:1.3.6.1
	RELENG_2_2_6_RELEASE:1.3
	RELENG_2_2_5_RELEASE:1.3
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	bsd_44_lite_2:1.1.1.1
	RELENG_2_1_7_RELEASE:1.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_2:1.3.0.6
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0_RELEASE:1.3
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.3
	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.4
date	98.01.30.12.40.54;	author phk;	state dead;
branches;
next	1.3;

1.3
date	94.11.20.23.01.27;	author phk;	state Exp;
branches
	1.3.6.1;
next	1.2;

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

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

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

1.3.6.1
date	98.07.17.20.13.39;	author jkh;	state dead;
branches;
next	;


desc
@@


1.4
log
@Retire dumplfs, mount_lfs and newlfs
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/18/93

PROG=	newlfs
CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs
SRCS=	dkcksum.c lfs.c lfs_cksum.c misc.c newfs.c
MAN8=	newlfs.8
.PATH:	${.CURDIR}/../../sys/ufs/lfs ${.CURDIR}/../disklabel

.include <bsd.prog.mk>
@


1.3
log
@Another absolute path...  Two actually.
@
text
@@


1.3.6.1
log
@MFC: gack.  That's the doc fixes merged, many utilities converted over
to err(), and a few assorted buffer overflow fixes.  Also nuked the
now-useless LFS stuff.
@
text
@@


1.2
log
@Convert to our man installation style.  Also fixed long-standing bug
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
@
text
@d4 1
a4 1
CFLAGS+=-I/sys/ufs/lfs
d7 1
a7 1
.PATH:	/sys/ufs/lfs ${.CURDIR}/../disklabel
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
MAN8=	newlfs.0
@


1.1.1.1
log
@BSD 4.4 Lite sbin Sources

Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
@
text
@@
