head	1.14;
access;
symbols
	RELENG_3_5_0_RELEASE:1.10.2.1
	RELENG_3_4_0_RELEASE:1.10.2.1
	RELENG_3_3_0_RELEASE:1.10.2.1
	RELENG_3_2_PAO:1.10.0.4
	RELENG_3_2_PAO_BP:1.10
	RELENG_3_2_0_RELEASE:1.10
	RELENG_3_1_0_RELEASE:1.10
	RELENG_3:1.10.0.2
	RELENG_3_BP:1.10
	RELENG_2_2_8_RELEASE:1.2.6.2
	RELENG_3_0_0_RELEASE:1.10
	RELENG_2_2_7_RELEASE:1.2.6.2
	RELENG_2_2_6_RELEASE:1.2.6.1
	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
	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.6
	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.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2;
locks; strict;
comment	@# @;


1.14
date	2000.01.14.16.37.01;	author peter;	state dead;
branches;
next	1.13;

1.13
date	2000.01.08.17.17.32;	author ache;	state Exp;
branches;
next	1.12;

1.12
date	2000.01.08.16.47.54;	author ache;	state Exp;
branches;
next	1.11;

1.11
date	99.08.28.00.13.04;	author peter;	state Exp;
branches;
next	1.10;

1.10
date	98.02.23.16.49.02;	author ache;	state Exp;
branches
	1.10.2.1;
next	1.9;

1.9
date	98.02.23.09.10.56;	author ache;	state Exp;
branches;
next	1.8;

1.8
date	98.02.22.15.27.56;	author ache;	state Exp;
branches;
next	1.7;

1.7
date	98.01.20.10.39.55;	author bde;	state Exp;
branches;
next	1.6;

1.6
date	97.10.21.07.26.50;	author bde;	state Exp;
branches;
next	1.5;

1.5
date	97.03.03.13.23.54;	author bde;	state Exp;
branches;
next	1.4;

1.4
date	97.02.22.14.32.29;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	97.01.14.06.24.24;	author jkh;	state Exp;
branches;
next	1.2;

1.2
date	94.12.04.08.01.24;	author bde;	state Exp;
branches
	1.2.4.1
	1.2.6.1;
next	1.1;

1.1
date	94.09.19.15.30.33;	author dfr;	state Exp;
branches;
next	;

1.2.4.1
date	99.09.05.11.24.45;	author peter;	state Exp;
branches;
next	;

1.2.6.1
date	98.03.06.08.06.39;	author jkh;	state Exp;
branches;
next	1.2.6.2;

1.2.6.2
date	98.07.16.02.02.01;	author jkh;	state Exp;
branches;
next	1.2.6.3;

1.2.6.3
date	99.09.05.11.23.59;	author peter;	state Exp;
branches;
next	;

1.10.2.1
date	99.08.29.15.13.34;	author peter;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are not
i386 specific.

Submitted by:	bde
@
text
@#
# $FreeBSD: src/sbin/i386/mount_msdos/Makefile,v 1.13 2000/01/08 17:17:32 ache Exp $
#

PROG=	mount_msdos
SRCS=	mount_msdos.c getmntopts.c
MAN8=	mount_msdos.8
DPADD=	${LIBUTIL}
LDADD=	-lutil

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

TABDIR= ${DESTDIR}/usr/libdata/msdosfs
TABLES= iso22dos koi2dos

afterinstall:
	cd ${.CURDIR} && \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
	    ${TABLES} ${TABDIR}

.include <bsd.prog.mk>
@


1.13
log
@Add Latin2 conversion table

Submitted by:	Cejka Rudolf <cejkar@@dcse.fee.vutbr.cz>
@
text
@d2 1
a2 1
# $FreeBSD: src/sbin/i386/mount_msdos/Makefile,v 1.12 2000/01/08 16:47:54 ache Exp $
@


1.12
log
@Allow #-comments in conversion table file
@
text
@d2 1
a2 1
# $FreeBSD: src/sbin/i386/mount_msdos/Makefile,v 1.11 1999/08/28 00:13:04 peter Exp $
d16 1
a16 1
TABLES= koi2dos
@


1.11
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
d8 2
@


1.10
log
@Implement loadable DOS<->local conversion tables for DOS names
Additionly load toupper table to create DOS names always in uppercase
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.9 1998/02/23 09:10:56 ache Exp $
@


1.10.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.9
log
@Add missing DESTDIR
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.8 1998/02/22 15:27:56 ache Exp $
d14 1
a14 1
TABLES= koi2uni
@


1.8
log
@Add loadable local<->Unicode conversion support for Win95 names
Note: DOS names still not work and require similar changes
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.7 1998/01/20 10:39:55 bde Exp $
d13 1
a13 1
TABDIR= /usr/libdata/msdosfs
@


1.7
log
@Removed definition of _NEW_VFSCONF.  The new vfsconf interface is now
the default.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.6 1997/10/21 07:26:50 bde Exp $
d12 8
@


1.6
log
@Don't install mount_msdos setuid root.  Lite2's mount(2) handles
permissions centrally and a setuid root mount utility just breaks
its security.  There was no new breakage in practice because
mfdosfs_mount() still checks the ruid.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1997/03/03 13:23:54 bde Exp $
a9 1
CFLAGS+= -D_NEW_VFSCONF
@


1.5
log
@Updated mount_msdos to use the Lite2 getvfsbyname() interface.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1997/02/22 14:32:29 peter Exp $
a7 3

BINOWN=	root
BINMODE= 4555
@


1.4
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
#	$Id$
d13 1
@


1.3
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d2 1
a2 1
#	$FreeBSD$
@


1.2
log
@Fix another path that was broken by moving things to sbin/i386.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1 1994/09/19 15:30:33 dfr Exp $
@


1.2.4.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2.6.1
log
@MFC: Don't be suid root. That's dangerous.

BTW, why in the heck is there /usr/src/sbin/i386 directory in the first
place?  People don't want to read DOS floppies on their ALPHAs?  This
organizational scheme is EVIL! :)
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1994/12/04 08:01:24 bde Exp $
d8 3
@


1.2.6.2
log
@MFC: Bring in FAT32 support from -current.

Merged by:      Hideki Yamamoto <hyama@@kansai.oki.co.jp>
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2.6.1 1998/03/06 08:06:39 jkh Exp $
d10 1
a10 1
CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../../sys
a11 8

TABDIR= ${DESTDIR}/usr/libdata/msdosfs
TABLES= koi2dos

afterinstall:
	cd ${.CURDIR} && \
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
	${TABLES} ${TABDIR}
@


1.2.6.3
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Added mount_msdos.

Obtained from: NetBSD
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.6 1994/07/16 21:32:06 cgd Exp $
d12 1
a12 1
MOUNT=	${.CURDIR}/../mount
@
