head	1.5;
access;
symbols
	RELENG_7_4_0_RELEASE:1.4.12.1
	RELENG_7_4:1.4.0.12
	RELENG_7_4_BP:1.4
	RELENG_7_3_0_RELEASE:1.4.10.1
	RELENG_7_3:1.4.0.10
	RELENG_7_3_BP:1.4
	RELENG_7_2_0_RELEASE:1.4.8.1
	RELENG_7_2:1.4.0.8
	RELENG_7_2_BP:1.4
	RELENG_7_1_0_RELEASE:1.4.6.1
	RELENG_6_4_0_RELEASE:1.3.12.1
	RELENG_7_1:1.4.0.6
	RELENG_7_1_BP:1.4
	RELENG_6_4:1.3.0.12
	RELENG_6_4_BP:1.3
	RELENG_7_0_0_RELEASE:1.4
	RELENG_6_3_0_RELEASE:1.3
	RELENG_7_0:1.4.0.4
	RELENG_7_0_BP:1.4
	RELENG_6_3:1.3.0.10
	RELENG_6_3_BP:1.3
	RELENG_7:1.4.0.2
	RELENG_7_BP:1.4
	RELENG_6_2_0_RELEASE:1.3
	RELENG_6_2:1.3.0.8
	RELENG_6_2_BP:1.3
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.8
	RELENG_5_5_BP:1.2
	RELENG_6_1_0_RELEASE:1.3
	RELENG_6_1:1.3.0.6
	RELENG_6_1_BP:1.3
	RELENG_6_0_0_RELEASE:1.3
	RELENG_6_0:1.3.0.4
	RELENG_6_0_BP:1.3
	RELENG_6:1.3.0.2
	RELENG_6_BP:1.3
	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.5
date	2009.05.22.12.35.12;	author rwatson;	state dead;
branches;
next	1.4;

1.4
date	2006.10.15.13.51.49;	author ceri;	state Exp;
branches
	1.4.2.1
	1.4.6.1
	1.4.8.1
	1.4.10.1
	1.4.12.1;
next	1.3;

1.3
date	2005.01.28.16.08.06;	author ru;	state Exp;
branches
	1.3.2.1
	1.3.12.1;
next	1.2;

1.2
date	2004.02.23.20.13.52;	author johan;	state Exp;
branches;
next	1.1;

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

1.4.2.1
date	2012.11.17.08.03.36;	author svnexp;	state Exp;
branches;
next	;

1.4.6.1
date	2008.11.25.02.59.29;	author kensmith;	state Exp;
branches;
next	;

1.4.8.1
date	2009.04.15.03.14.26;	author kensmith;	state Exp;
branches;
next	;

1.4.10.1
date	2010.02.10.00.26.20;	author kensmith;	state Exp;
branches;
next	;

1.4.12.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.4.12.2;

1.4.12.2
date	2012.11.17.08.16.54;	author svnexp;	state Exp;
branches;
next	;

1.3.2.1
date	2012.11.17.07.41.18;	author svnexp;	state Exp;
branches;
next	;

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


desc
@@


1.5
log
@SVN rev 192578 on 2009-05-22 12:35:12Z by rwatson

Remove the unmaintained University of Michigan NFSv4 client from 8.x
prior to 8.0-RELEASE.  Rick Macklem's new and more feature-rich NFSv234
client and server are replacing it.

Discussed with:	rmacklem
@
text
@#	@@(#)Makefile	8.2 (Berkeley) 3/27/94
#
# $FreeBSD: src/sbin/idmapd/Makefile,v 1.4 2006/10/15 13:51:49 ceri Exp $

PROG=	idmapd
MAN=	idmapd.8

CFLAGS+= -DNFS -I${.CURDIR}/../../sys
WARNS?=	2

.include <bsd.prog.mk>
@


1.4
log
@.PATH isn't necessary here.
Remove hardcoded path to /usr/src/sys.
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.4.2.1
log
@Switch importer
@
text
@d3 1
a3 1
# $FreeBSD: stable/7/sbin/idmapd/Makefile 163376 2006-10-15 13:51:49Z ceri $
@


1.4.12.1
log
@SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)
@
text
@@


1.4.12.2
log
@Switch importer
@
text
@d3 1
a3 1
# $FreeBSD: releng/7.4/sbin/idmapd/Makefile 163376 2006-10-15 13:51:49Z ceri $
@


1.4.10.1
log
@SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)
@
text
@@


1.4.8.1
log
@SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)
@
text
@@


1.4.6.1
log
@SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)
@
text
@@


1.3
log
@Let bsd.prog.mk set SRCS and MAN to their default values.
@
text
@d8 1
a8 1
CFLAGS+= -DNFS -I/usr/src/sys
a10 2
.PATH:

@


1.3.2.1
log
@Switch importer
@
text
@d3 1
a3 1
# $FreeBSD: stable/6/sbin/idmapd/Makefile 140941 2005-01-28 16:08:11Z ru $
@


1.3.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.2
log
@style.Makefile(5):
	Use WARNS?= instead of WARNS=.
@
text
@a5 1
SRCS=	idmapd.c
@


1.1
log
@University of Michigan's Citi NFSv4 userland client code.

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

