head	1.3;
access;
symbols
	RELENG_6_4_0_RELEASE:1.2.20.1
	RELENG_6_4:1.2.0.20
	RELENG_6_4_BP:1.2
	RELENG_6_3_0_RELEASE:1.2
	RELENG_6_3:1.2.0.18
	RELENG_6_3_BP:1.2
	RELENG_6_2_0_RELEASE:1.2
	RELENG_6_2:1.2.0.16
	RELENG_6_2_BP:1.2
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.14
	RELENG_5_5_BP:1.2
	RELENG_6_1_0_RELEASE:1.2
	RELENG_6_1:1.2.0.12
	RELENG_6_1_BP:1.2
	RELENG_6_0_0_RELEASE:1.2
	RELENG_6_0:1.2.0.10
	RELENG_6_0_BP:1.2
	RELENG_6:1.2.0.8
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.2
	RELENG_5_4:1.2.0.6
	RELENG_5_4_BP:1.2
	RELENG_5_3_0_RELEASE:1.2
	RELENG_5_3:1.2.0.4
	RELENG_5_3_BP:1.2
	RELENG_5:1.2.0.2
	RELENG_5_BP:1.2
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.2
	RELENG_5_2_BP:1.1;
locks; strict;
comment	@# @;


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

1.2
date	2004.02.23.20.13.54;	author johan;	state Exp;
branches
	1.2.8.1
	1.2.20.1;
next	1.1;

1.1
date	2003.11.14.21.04.33;	author alfred;	state Exp;
branches;
next	;

1.2.8.1
date	2012.11.17.07.41.20;	author svnexp;	state Exp;
branches;
next	;

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


desc
@@


1.3
log
@Remove, since code has been merged into mount_nfs,
and mount_nfs Makefile builds mount_nfs and creates a mount_nfs4 link to it.
@
text
@#	${.CURDIR}(#)Makefile	8.2 (Berkeley) 3/27/94
#
# $FreeBSD: src/sbin/mount_nfs4/Makefile,v 1.2 2004/02/23 20:13:54 johan Exp $

PROG=	mount_nfs4
SRCS=	mount_nfs4.c getmntopts.c mounttab.c
MAN=	mount_nfs4.8

MOUNT=	${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL}
WARNS?=	2

.PATH: ${MOUNT} ${UMNTALL}

.include <bsd.prog.mk>
@


1.2
log
@style.Makefile(5):
	Use WARNS?= instead of WARNS=.
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.2.8.1
log
@Switch importer
@
text
@d3 1
a3 1
# $FreeBSD: stable/6/sbin/mount_nfs4/Makefile 126178 2004-02-23 20:25:27Z johan $
@


1.2.20.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
@University of Michigan's Citi NFSv4 userland client code.

Submitted by: Jim Rees <rees@@umich.edu>
@
text
@d12 1
a12 1
WARNS=	2
@

