head	1.5;
access;
symbols
	RELENG_2_2_8_RELEASE:1.2.8.1
	RELENG_2_2_7_RELEASE:1.2.8.1
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	bsd_44_lite_2:1.1.1.1
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.8
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.6
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.4
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.5
date	98.01.30.12.40.52;	author phk;	state dead;
branches;
next	1.4;

1.4
date	98.01.20.10.40.00;	author bde;	state Exp;
branches;
next	1.3;

1.3
date	97.03.11.12.30.31;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.02.42.09;	author wollman;	state Exp;
branches
	1.2.8.1;
next	1.1;

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

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

1.2.8.1
date	98.07.17.20.13.31;	author jkh;	state dead;
branches;
next	;


desc
@@


1.5
log
@Retire dumplfs, mount_lfs and newlfs
@
text
@#	@@(#)Makefile	8.2 (Berkeley) 3/27/94

PROG=	mount_lfs
SRCS=	mount_lfs.c getmntopts.c
MAN8=	mount_lfs.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH:	${MOUNT}

.include <bsd.prog.mk>
@


1.4
log
@Removed definition of _NEW_VFSCONF.  The new vfsconf interface is now
the default.
@
text
@@


1.3
log
@Merge from Lite2 (use new getvfsbyname() and mount(2) interface)
@
text
@a7 1
CFLAGS+= -D_NEW_VFSCONF
@


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
@d8 1
@


1.2.8.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.1
log
@Initial revision
@
text
@d5 1
a5 1
MAN8=	mount_lfs.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
@@
