head	1.3;
access;
symbols
	RELENG_6_4_0_RELEASE:1.2.12.1
	RELENG_6_4:1.2.0.12
	RELENG_6_4_BP:1.2
	RELENG_6_3_0_RELEASE:1.2
	RELENG_6_3:1.2.0.10
	RELENG_6_3_BP:1.2
	RELENG_6_2_0_RELEASE:1.2
	RELENG_6_2:1.2.0.8
	RELENG_6_2_BP:1.2
	RELENG_6_1_0_RELEASE:1.2
	RELENG_6_1:1.2.0.6
	RELENG_6_1_BP:1.2
	RELENG_6_0_0_RELEASE:1.2
	RELENG_6_0:1.2.0.4
	RELENG_6_0_BP:1.2
	RELENG_6:1.2.0.2
	RELENG_6_BP:1.2;
locks; strict;
comment	@# @;


1.3
date	2005.11.23.23.06.33;	author rodrigc;	state dead;
branches;
next	1.2;

1.2
date	2004.12.21.09.59.43;	author ru;	state Exp;
branches
	1.2.2.1
	1.2.12.1;
next	1.1;

1.1
date	2004.11.25.13.37.19;	author phk;	state Exp;
branches;
next	;

1.2.2.1
date	2012.11.17.07.41.21;	author svnexp;	state Exp;
branches;
next	;

1.2.12.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.3
log
@These files were never hooked into the build, and were the start
of an nmount()-based mount program for UFS.
Now that mount(8) calls nmount() directly for mounting UFS filesystems,
they are unnecessary.
@
text
@# $FreeBSD: src/sbin/mount_ufs/Makefile,v 1.2 2004/12/21 09:59:43 ru Exp $

PROG=	mount_ufs
SRCS=	mount_ufs.c getmntopts.c
MAN=	mount_ufs.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys -Wall
.PATH:	${MOUNT}
WARNS?= 1

# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
NO_SHARED?=	NO

.include <bsd.prog.mk>
@


1.2
log
@NOSHARED -> NO_SHARED
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sbin/mount_ufs/Makefile 139112 2004-12-21 09:59:45Z ru $
@


1.2.12.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.1
log
@Add first cut at dethaumagizing UFS mounting.
@
text
@d14 1
a14 1
NOSHARED?=	NO
@

